mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-24 23:51:41 +00:00
fix flaky t7758 test
This commit is contained in:
@@ -10,6 +10,6 @@ proc main() =
|
||||
inc(counter)
|
||||
poll(10)
|
||||
|
||||
doAssert counter <= 4
|
||||
doAssert counter <= 5
|
||||
|
||||
for i in 0 .. 10: main()
|
||||
|
||||
Reference in New Issue
Block a user