diff options
Diffstat (limited to 'tests/accept/run/tsplit.nim')
-rwxr-xr-x | tests/accept/run/tsplit.nim | 6 |
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 + + |