Skip to content

Commit 4a18fc4

Browse files
committed
tests; maps; remove test that now asserts in debug
for now, as there doesn't seem to be a way to test for that , it fails CI
1 parent d763c72 commit 4a18fc4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/api/maps.wren

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,3 @@ System.print(Maps.contains(containsMap, "other")) // expect: false
6262

6363
System.print(Maps.contains()) // expect: true
6464
System.print(Maps.containsFalse()) // expect: false
65-
66-
//
67-
68-
Maps.invalidInsert(ForeignClass.new()) // expect runtime error: Key must be a value type.

0 commit comments

Comments
 (0)