diff options
Diffstat (limited to 'tests/accept/run/texcsub.nim')
-rwxr-xr-x | tests/accept/run/texcsub.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/texcsub.nim b/tests/accept/run/texcsub.nim index b35f0fa3f..3dba357f9 100755 --- a/tests/accept/run/texcsub.nim +++ b/tests/accept/run/texcsub.nim @@ -1,3 +1,7 @@ +discard """ + file: "texcsub.nim" + output: "caught!" +""" # Test inheritance for exception matching: try: @@ -9,3 +13,5 @@ except: #OUT caught! + + |