mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 16:31:39 +00:00
2
tests/js/t7127.nim
Normal file
2
tests/js/t7127.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
doAssertRaises(DivByZeroDefect): discard 1 mod 0
|
||||
doAssertRaises(DivByZeroDefect): discard 1 div 0
|
||||
Reference in New Issue
Block a user