From d149727f3433e2c9dc1d84b6540a8abf6a864fd2 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:45:25 +0800 Subject: [PATCH] remove enabled defines in config (#20904) --- tests/config.nims | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/config.nims b/tests/config.nims index 4b5a5e3a21..b08a697a8a 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