summary refs log tree commit diff stats
path: root/tests/macros/tmacro3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros/tmacro3.nim')
-rw-r--r--tests/macros/tmacro3.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros/tmacro3.nim b/tests/macros/tmacro3.nim
index a1dc4f371..38e8349e7 100644
--- a/tests/macros/tmacro3.nim
+++ b/tests/macros/tmacro3.nim
@@ -18,7 +18,7 @@ test:
 
 macro test2*(a: untyped): untyped =
   proc testproc(recurse: int) =
-    echo "Thats weird"
+    echo "That's weird"
     var o : NimNode = nil
     echo "  no its not!"
     o = newNimNode(nnkNone)