diff options
author | Araq <rumpf_a@web.de> | 2011-02-20 20:12:22 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-20 20:12:22 +0100 |
commit | 2cdfe35e737291e65060e2f954d718316a969048 (patch) | |
tree | a39553bd397311c4601dde11be37c50ad99d81ab /tests/accept/run/tprocvar.nim | |
parent | cbee9c4e1a1252e6c809d25a0ef371ddee3fc802 (diff) | |
download | Nim-2cdfe35e737291e65060e2f954d718316a969048.tar.gz |
tests themselves contain the expected result
Diffstat (limited to 'tests/accept/run/tprocvar.nim')
-rwxr-xr-x | tests/accept/run/tprocvar.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tprocvar.nim b/tests/accept/run/tprocvar.nim index f51543dfa..237e2ef7a 100755 --- a/tests/accept/run/tprocvar.nim +++ b/tests/accept/run/tprocvar.nim @@ -1,3 +1,7 @@ +discard """ + file: "tprocvar.nim" + output: "papbpcpdpe7" +""" # test variables of type proc proc pa() {.cdecl.} = write(stdout, "pa") @@ -24,3 +28,5 @@ discard x(3, 4) #OUT papbpcpdpe7 + + |