Skip to content

Commit 88bb62a

Browse files
authored
builtin: remove useless test for array (#27027)
1 parent b8ef39a commit 88bb62a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vlib/builtin/array_test.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,6 @@ fn test_fixed_array_literal_eq() {
945945
// assert [[1, 1]!, [2, 2]!] != [[1, 2]!, [2, 3]!]
946946
// vfmt off
947947
assert ([1, 2, 3]!) == [1, 2, 3]!
948-
assert (([1, 2, 3]!)) == [1, 2, 3]!
949948
// vfmt on
950949
}
951950

0 commit comments

Comments
 (0)