diff options
Diffstat (limited to 'tests/misc/tmandelbrot.nim')
-rw-r--r-- | tests/misc/tmandelbrot.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tmandelbrot.nim b/tests/misc/tmandelbrot.nim index 1e39c8756..bb1b46d89 100644 --- a/tests/misc/tmandelbrot.nim +++ b/tests/misc/tmandelbrot.nim @@ -1,5 +1,5 @@ discard """ - cmd: "nimrod cc --hints:on -d:release $# $#" + cmd: "nimrod $target --hints:on -d:release $options $file" """ # -*- nimrod -*- |