diff options
Diffstat (limited to 'tests/accept/run/twrongexc.nim')
-rwxr-xr-x | tests/accept/run/twrongexc.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/accept/run/twrongexc.nim b/tests/accept/run/twrongexc.nim index 2995360ec..755f7d979 100755 --- a/tests/accept/run/twrongexc.nim +++ b/tests/accept/run/twrongexc.nim @@ -1,6 +1,7 @@ discard """ file: "twrongexc.nim" outputsub: "Error: unhandled exception: [EInvalidValue]" + exitcode: "1" """ try: raise newException(EInvalidValue, "") |