We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ef39a commit 88bb62aCopy full SHA for 88bb62a
1 file changed
vlib/builtin/array_test.v
@@ -945,7 +945,6 @@ fn test_fixed_array_literal_eq() {
945
// assert [[1, 1]!, [2, 2]!] != [[1, 2]!, [2, 3]!]
946
// vfmt off
947
assert ([1, 2, 3]!) == [1, 2, 3]!
948
- assert (([1, 2, 3]!)) == [1, 2, 3]!
949
// vfmt on
950
}
951
0 commit comments