summary refs log tree commit diff stats
path: root/tests/accept/run/tsplit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/tsplit.nim')
-rwxr-xr-xtests/accept/run/tsplit.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tsplit.nim b/tests/accept/run/tsplit.nim
index 711696b9e..25bad33e2 100755
--- a/tests/accept/run/tsplit.nim
+++ b/tests/accept/run/tsplit.nim
@@ -1,3 +1,7 @@
+discard """
+  file: "tsplit.nim"
+  output: "true"
+"""
 import strutils
 
 var s = ""
@@ -12,3 +16,5 @@ else:
   
 #OUT true
 
+
+