summary refs log tree commit diff stats
path: root/tests/stdlib/tprelude.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tprelude.nim')
-rw-r--r--tests/stdlib/tprelude.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/tprelude.nim b/tests/stdlib/tprelude.nim
index a60bcf70a..47f46b511 100644
--- a/tests/stdlib/tprelude.nim
+++ b/tests/stdlib/tprelude.nim
@@ -8,6 +8,8 @@ when defined nimTestTpreludeCase1:
 else:
   include prelude
 
+import std/assertions
+
 template main() =
   doAssert toSeq(1..3) == @[1,2,3]
 static: main()