diff options
Diffstat (limited to 'tests/macros/tdumptree.nim')
-rw-r--r-- | tests/macros/tdumptree.nim | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/macros/tdumptree.nim b/tests/macros/tdumptree.nim index e5160b7ba..f540306c4 100644 --- a/tests/macros/tdumptree.nim +++ b/tests/macros/tdumptree.nim @@ -1,13 +1,14 @@ discard """ -msg: '''StmtList +nimout: ''' +StmtList VarSection IdentDefs - Ident !"x" - nil + Ident "x" + Empty Call DotExpr - Ident !"foo" - Ident !"create" + Ident "foo" + Ident "create" IntLit 56''' """ |