summary refs log tree commit diff stats
path: root/tests/pragmas/treorder.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pragmas/treorder.nim')
-rw-r--r--tests/pragmas/treorder.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pragmas/treorder.nim b/tests/pragmas/treorder.nim
index 6a6bbff4d..1006af527 100644
--- a/tests/pragmas/treorder.nim
+++ b/tests/pragmas/treorder.nim
@@ -71,5 +71,4 @@ macro make(arg: untyped): untyped =
 proc first(i: int): void =
   make(second)
 
-static:
-  var ss: string = ""
\ No newline at end of file
+var ss {.compileTime.}: string = ""
\ No newline at end of file
n100'>100 101 102 103 104 105 106 107