diff options
Diffstat (limited to 'tests/accept/run/temit.nim')
-rwxr-xr-x | tests/accept/run/temit.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/temit.nim b/tests/accept/run/temit.nim index 81f9b53ae..cb7d513bd 100755 --- a/tests/accept/run/temit.nim +++ b/tests/accept/run/temit.nim @@ -1,3 +1,7 @@ +discard """ + file: "temit.nim" + output: "509" +""" # Test the new ``emit`` pragma: {.emit: """ @@ -12,3 +16,5 @@ proc embedsC() {.pure.} = embedsC() + + |