summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-24 13:45:25 +0800
committerGitHub <noreply@github.com>2022-11-24 13:45:25 +0800
commitd149727f3433e2c9dc1d84b6540a8abf6a864fd2 (patch)
treec89e209e4961b12002e47d8b8d11ffb345f57364
parentd3eb1383d12d6dc20774b082b4085990bbc518dc (diff)
downloadNim-d149727f3433e2c9dc1d84b6540a8abf6a864fd2.tar.gz
remove enabled defines in config (#20904)
-rw-r--r--tests/config.nims1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/config.nims b/tests/config.nims
index 4b5a5e3a2..b08a697a8 100644
--- a/tests/config.nims
+++ b/tests/config.nims
@@ -32,7 +32,6 @@ hint("Processing", off)
 
 # experimental APIs are enabled in testament, refs https://github.com/timotheecour/Nim/issues/575
 # sync with `kochdocs.docDefines` or refactor.
-switch("define", "nimExperimentalAsyncjsThen")
 switch("define", "nimExperimentalLinenoiseExtra")
 
 # preview APIs are expected to be the new default in upcoming versions