We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d05797 commit f03c5e7Copy full SHA for f03c5e7
tests/test_thread.nim
@@ -39,7 +39,7 @@ proc worker_fn() {.thread.} =
39
for _ in 0..<COUNT:
40
let val = r.rand(1048576)
41
# increase the chance of collision
42
- if val > 1024:
+ if val < 1024:
43
sleep(1)
44
when useMemFs:
45
tdb.insert_data(val)
0 commit comments