summary refs log tree commit diff stats
path: root/tests/accept/run/texcsub.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/texcsub.nim')
-rwxr-xr-xtests/accept/run/texcsub.nim6
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!
 
+
+