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
This commit is contained in:
ruby0x1
2021-04-08 21:46:31 -07:00
parent d763c72e3d
commit 4a18fc489f

View File

@ -62,7 +62,3 @@ System.print(Maps.contains(containsMap, "other")) // expect: false
System.print(Maps.contains()) // expect: true
System.print(Maps.containsFalse()) // expect: false
//
Maps.invalidInsert(ForeignClass.new()) // expect runtime error: Key must be a value type.