diff options
Diffstat (limited to 'tests/accept')
-rwxr-xr-x | tests/accept/run/temit.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept/run/temit.nim b/tests/accept/run/temit.nim index cb7d513bd..460bc3443 100755 --- a/tests/accept/run/temit.nim +++ b/tests/accept/run/temit.nim @@ -9,7 +9,7 @@ static int cvariable = 420; """.} -proc embedsC() {.pure.} = +proc embedsC() {.noStackFrame.} = var nimrodVar = 89 {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".} |