From ac02aecb042f28dc137b35325d731c43f43d3b30 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 1 Apr 2014 20:40:01 +0200 Subject: [PATCH] make tstaticprintseq green --- tests/vm/tstaticprintseq.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vm/tstaticprintseq.nim b/tests/vm/tstaticprintseq.nim index b9658e93da..b002d366c7 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