summary refs log tree commit diff stats
path: root/tests/async/nim.cfg
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-09-19 23:35:50 +0200
committerGitHub <noreply@github.com>2021-09-19 23:35:50 +0200
commit3241df2a13662e0158ec9d0b0c07996b22fb0939 (patch)
tree5d6421679780232d09a0dbe1da55a93f1e4b0ebb /tests/async/nim.cfg
parentca51bb8fd97e36e001afc7e9ad150dc77e9ca83b (diff)
downloadNim-3241df2a13662e0158ec9d0b0c07996b22fb0939.tar.gz
fixes #18858 [backport] (#18868)
* fixes #18858 [backport]

* ensure async tests work with --experimental:strictEffects [backport]

* ensure async tests work with --experimental:strictEffects [backport]
Diffstat (limited to 'tests/async/nim.cfg')
-rw-r--r--tests/async/nim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/async/nim.cfg b/tests/async/nim.cfg
new file mode 100644
index 000000000..be50f572c
--- /dev/null
+++ b/tests/async/nim.cfg
@@ -0,0 +1 @@
+--experimental:strictEffects