mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 08:51:21 +00:00
make tests green again
This commit is contained in:
@@ -42,6 +42,6 @@ test "arithmetic failure":
|
||||
expect(ArithmeticError):
|
||||
err()
|
||||
|
||||
expect(ArithmeticError, SystemError):
|
||||
expect(ArithmeticError, CatchableError):
|
||||
discard foo()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user