diff options
Diffstat (limited to 'tests/accept/run/twrongexc.nim')
-rwxr-xr-x | tests/accept/run/twrongexc.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/accept/run/twrongexc.nim b/tests/accept/run/twrongexc.nim deleted file mode 100755 index 8ba07bbce..000000000 --- a/tests/accept/run/twrongexc.nim +++ /dev/null @@ -1,6 +0,0 @@ -try: - raise newException(EInvalidValue, "") -except EOverflow: - echo("Error caught") - - |