aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/macro_todo.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/macro_todo.yue')
-rw-r--r--spec/inputs/macro_todo.yue7
1 files changed, 2 insertions, 5 deletions
diff --git a/spec/inputs/macro_todo.yue b/spec/inputs/macro_todo.yue
index 752c9cb..c9c8f77 100644
--- a/spec/inputs/macro_todo.yue
+++ b/spec/inputs/macro_todo.yue
@@ -5,9 +5,6 @@ export macro todoInner = (module, line, msg)->
5 type: "lua" 5 type: "lua"
6 } 6 }
7 7
8export macro todo = (msg)-> 8export macro todo = (msg)-> |
9 if msg 9 $todoInner $FILE, $LINE#{msg and ", #{msg}" or ""}
10 "$todoInner $FILE, $LINE, #{msg}"
11 else
12 "$todoInner $FILE, $LINE"
13 10