diff options
Diffstat (limited to 'tests/exception/texcsub.nim')
-rw-r--r-- | tests/exception/texcsub.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/exception/texcsub.nim b/tests/exception/texcsub.nim index 02125d2c0..463e95613 100644 --- a/tests/exception/texcsub.nim +++ b/tests/exception/texcsub.nim @@ -1,5 +1,4 @@ discard """ - file: "texcsub.nim" output: "caught!" """ # Test inheritance for exception matching: @@ -12,6 +11,3 @@ except: echo "wtf!?" #OUT caught! - - - |