summary refs log tree commit diff stats
path: root/compiler/nim.nim
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-03-24 03:34:53 +0800
committerGitHub <noreply@github.com>2022-03-23 20:34:53 +0100
commit7f6e800cafc7b73625893fb5280eb8b51a15b252 (patch)
tree90c7c75dd3056a2940182b3e6ca4c8c192bbb15b /compiler/nim.nim
parenta8b5ad845c4218b4f20595df097c593acee53d50 (diff)
downloadNim-7f6e800cafc7b73625893fb5280eb8b51a15b252.tar.gz
move assertions out of system (#19599)
Diffstat (limited to 'compiler/nim.nim')
-rw-r--r--compiler/nim.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/nim.nim b/compiler/nim.nim
index 86c7ab524..bfb07ba20 100644
--- a/compiler/nim.nim
+++ b/compiler/nim.nim
@@ -8,6 +8,10 @@
 #
 
 import std/[os, strutils, parseopt]
+
+when defined(nimPreviewSlimSystem):
+  import std/assertions
+
 when defined(windows) and not defined(nimKochBootstrap):
   # remove workaround pending bootstrap >= 1.5.1
   # refs https://github.com/nim-lang/Nim/issues/18334#issuecomment-867114536