We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc9957 commit d328d03Copy full SHA for d328d03
1 file changed
tests/ops/test_nop.nim
@@ -31,7 +31,6 @@ suite "nop operation":
31
32
check q.submit() == 1
33
check q.sqReady() == 0
34
- check q.cqReady() == 1
35
36
let cqes = q.copyCqes(1)
37
check cqes.len == 1
0 commit comments