diff options
author | Araq <rumpf_a@web.de> | 2011-11-27 16:32:05 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-27 16:32:05 +0100 |
commit | 020a10927abb248bf1b5f0df5b2658c423beda80 (patch) | |
tree | 56405873bc2a57f9e2501a99a4a194da2783a7ed /tests | |
parent | 8e1313d237cfbfff4aff751554c7c09ad1bf34c9 (diff) | |
download | Nim-020a10927abb248bf1b5f0df5b2658c423beda80.tar.gz |
fixes #31
Diffstat (limited to 'tests')
-rw-r--r-- | tests/compile/tmandelbrot.nim | 4 |
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 |