diff options
author | flywind <xzsflywind@gmail.com> | 2022-02-03 11:15:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 11:15:46 +0800 |
commit | 772ed5eff29671b1e99ca17b63c646b341c88123 (patch) | |
tree | 1aac3ce7ee9fb17705cae9f388dcc1c0b60af794 /tests | |
parent | 891329cd4b3e7e3b0d995cf342c1018239ebcf81 (diff) | |
download | Nim-772ed5eff29671b1e99ca17b63c646b341c88123.tar.gz |
correct typos (#19485)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_nimscript.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nimscript.nims b/tests/test_nimscript.nims index b380570ff..5fc77f6e4 100644 --- a/tests/test_nimscript.nims +++ b/tests/test_nimscript.nims @@ -5,7 +5,7 @@ from stdtest/specialpaths import buildDir -when defined(nimSlimSystem): +when defined(nimPreviewSlimSystem): import std/syncio import std/[ |