summary refs log tree commit diff stats
path: root/tests/specials.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specials.nim')
-rw-r--r--tests/specials.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specials.nim b/tests/specials.nim
index 698c39a2c..dd526e710 100644
--- a/tests/specials.nim
+++ b/tests/specials.nim
@@ -202,3 +202,7 @@ proc compileSpecialTests(r: var TResults, options: string) =
   compileDLLTests(r, options)
   compileDebuggerTests(r, options)
 
+  var given = callCompiler("nimrod i", "nimrod i", options)
+  r.addResult("nimrod i", given.msg, if given.err: reFailure else: reSuccess)
+  if not given.err: inc(r.passed)
+