From 1e447ee2db5143a978594921ec886f4b572d0c70 Mon Sep 17 00:00:00 2001 From: andri lim Date: Wed, 5 Feb 2020 23:08:26 +0700 Subject: [PATCH] make tests green --- tests/test_stack.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_stack.nim b/tests/test_stack.nim index 0e1924056..990cf0a20 100644 --- a/tests/test_stack.nim +++ b/tests/test_stack.nim @@ -41,7 +41,7 @@ proc stackMain*() = # in other file. when not(defined(windows) and defined(cpu64) and - (NimMajor, NimMinor, NimPatch) == (1, 0, 4)): + (NimMajor, NimMinor, NimPatch) >= (1, 0, 4)): testFailPush("yzyzyzyzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz".toBytes) test "push does not allow stack to exceed 1024":