os: fix flaky test in process_test.v

pull/6912/head
Delyan Angelov 2020-11-21 18:01:21 +02:00
parent fa55c247a2
commit 018bd6aac3
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ fn test_run() {
assert p.status == .exited
//
eprintln('polling iterations: $i')
assert i > 1
assert i < 20
}