diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vm/tstaticprintseq.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vm/tstaticprintseq.nim b/tests/vm/tstaticprintseq.nim index b9658e93d..b002d366c 100644 --- a/tests/vm/tstaticprintseq.nim +++ b/tests/vm/tstaticprintseq.nim @@ -78,5 +78,5 @@ static: echo y static: - var foo = int32.high - echo foo, " ", int32.high + var foo2 = int32.high + echo foo2, " ", int32.high |