diff options
Diffstat (limited to 'tests/macros/tmemit.nim')
-rw-r--r-- | tests/macros/tmemit.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros/tmemit.nim b/tests/macros/tmemit.nim index e4bb2daed..6fb2f3b65 100644 --- a/tests/macros/tmemit.nim +++ b/tests/macros/tmemit.nim @@ -1,5 +1,5 @@ discard """ - out: '''HELLO WORLD''' + output: '''HELLO WORLD''' """ import macros, strutils |