mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-09 21:28:39 +01:00
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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user