diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-13 15:29:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 15:29:47 +0800 |
commit | d73fff1ecc858783a3f1a90830e1bad4a3a23737 (patch) | |
tree | e9211dd76e90b6e93ffa8a92027e9dc45732dee5 | |
parent | cfab08d9850a4989a6cc56ebb90f8ecb8de19b5d (diff) | |
download | Nim-d73fff1ecc858783a3f1a90830e1bad4a3a23737.tar.gz |
fixes flaky CI with channels and ORC (#20831)
fixes flasky CI with channels channels doesn't seem to work well with arc/orc
-rw-r--r-- | tests/threads/ttryrecv.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threads/ttryrecv.nim b/tests/threads/ttryrecv.nim index cadf6c550..fcff94e78 100644 --- a/tests/threads/ttryrecv.nim +++ b/tests/threads/ttryrecv.nim @@ -1,4 +1,5 @@ discard """ + matrix: "--mm:refc" outputsub: "channel is empty" """ |