diff options
Diffstat (limited to 'tests/exception/twrongexc.nim')
-rw-r--r-- | tests/exception/twrongexc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exception/twrongexc.nim b/tests/exception/twrongexc.nim index 4e921b8a3..b224d4c83 100644 --- a/tests/exception/twrongexc.nim +++ b/tests/exception/twrongexc.nim @@ -7,7 +7,7 @@ try: raise newException(ValueError, "") except OverflowError: echo("Error caught") - + |