diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/async/t21447.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/async/t21447.nim b/tests/async/t21447.nim new file mode 100644 index 000000000..e4f7ae31f --- /dev/null +++ b/tests/async/t21447.nim @@ -0,0 +1,6 @@ +discard """ + action: "compile" + cmd: "nim c -d:release -d:futureLogging $file" +""" + +import std/asyncdispatch |