diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-09-19 23:35:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 23:35:50 +0200 |
commit | 3241df2a13662e0158ec9d0b0c07996b22fb0939 (patch) | |
tree | 5d6421679780232d09a0dbe1da55a93f1e4b0ebb /tests/async/nim.cfg | |
parent | ca51bb8fd97e36e001afc7e9ad150dc77e9ca83b (diff) | |
download | Nim-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.cfg | 1 |
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 |