diff options
Diffstat (limited to 'tests/async/tasync_gcsafe.nim')
-rw-r--r-- | tests/async/tasync_gcsafe.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tasync_gcsafe.nim b/tests/async/tasync_gcsafe.nim index 89df6456a..bc0eb4271 100644 --- a/tests/async/tasync_gcsafe.nim +++ b/tests/async/tasync_gcsafe.nim @@ -7,7 +7,7 @@ discard """ ''' """ -assert compileOption("threads"), "this test will not do anything useful without --threads:on" +doAssert compileOption("threads"), "this test will not do anything useful without --threads:on" import asyncdispatch |