summary refs log tree commit diff stats
path: root/tests/misc/tmandelbrot.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tmandelbrot.nim')
-rw-r--r--tests/misc/tmandelbrot.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/tmandelbrot.nim b/tests/misc/tmandelbrot.nim
index bb1b46d89..4228b0416 100644
--- a/tests/misc/tmandelbrot.nim
+++ b/tests/misc/tmandelbrot.nim
@@ -1,8 +1,8 @@
 discard """
-  cmd: "nimrod $target --hints:on -d:release $options $file"
+  cmd: "nim $target --hints:on -d:release $options $file"
 """
 
-# -*- nimrod -*-
+# -*- nim -*-
 
 import math
 import os