mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
make tests green
This commit is contained in:
parent
ea38893416
commit
1e447ee2db
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user