summary refs log tree commit diff stats
path: root/tests/macros/tmemit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros/tmemit.nim')
-rw-r--r--tests/macros/tmemit.nim6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/macros/tmemit.nim b/tests/macros/tmemit.nim
index 3a3b8734b..06ab8a1e2 100644
--- a/tests/macros/tmemit.nim
+++ b/tests/macros/tmemit.nim
@@ -1,7 +1,9 @@
 discard """
-  output: '''HELLO WORLD
+  output: '''
+HELLO WORLD
 c_func
-12'''
+12
+'''
 """
 
 import macros, strutils