Skip to content

Commit

Permalink
tests; maps; remove test that now asserts in debug
Browse files Browse the repository at this point in the history
for now, as there doesn't seem to be a way to test for that , it fails CI
  • Loading branch information
ruby0x1 committed Apr 9, 2021
1 parent d763c72 commit 4a18fc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/api/maps.wren
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4a18fc4

Please sign in to comment.