summary refs log tree commit diff stats
path: root/tests/accept
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept')
-rwxr-xr-xtests/accept/run/temit.nim2
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`);""".}