Skip to content

Commit 4a5c7c2

Browse files
committed
failed: the location of first argument cannot be None
1 parent b14746d commit 4a5c7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/linked_hash_set_test.mbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ test "array unique via Set" {
153153
let v = [1, 2, 3, 4, 5, 3, 2, 4, 5]
154154
let h = Set::from_iter(v.iter())
155155
let v = [..h]
156-
// @json.inspect!([..h])
156+
@json.inspect!([..h])
157157
@json.inspect!(v, content=[1, 2, 3, 4, 5])
158158
}
159159

0 commit comments

Comments
 (0)