summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-11-27 16:32:05 +0100
committerAraq <rumpf_a@web.de>2011-11-27 16:32:05 +0100
commit020a10927abb248bf1b5f0df5b2658c423beda80 (patch)
tree56405873bc2a57f9e2501a99a4a194da2783a7ed /tests
parent8e1313d237cfbfff4aff751554c7c09ad1bf34c9 (diff)
downloadNim-020a10927abb248bf1b5f0df5b2658c423beda80.tar.gz
fixes #31
Diffstat (limited to 'tests')
-rw-r--r--tests/compile/tmandelbrot.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/compile/tmandelbrot.nim b/tests/compile/tmandelbrot.nim
index 54724d247..1e39c8756 100644
--- a/tests/compile/tmandelbrot.nim
+++ b/tests/compile/tmandelbrot.nim
@@ -1,3 +1,7 @@
+discard """
+  cmd: "nimrod cc --hints:on -d:release $# $#"
+"""
+
 # -*- nimrod -*-
 
 import math