diff options
Diffstat (limited to 'tests/parser/tpostexprblocks.nim')
-rw-r--r-- | tests/parser/tpostexprblocks.nim | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/parser/tpostexprblocks.nim b/tests/parser/tpostexprblocks.nim index 3b9c956c2..e97b9c7ee 100644 --- a/tests/parser/tpostexprblocks.nim +++ b/tests/parser/tpostexprblocks.nim @@ -22,26 +22,26 @@ StmtList Empty Call Ident ident"foo070" - StrLit test + StrLit "test" StmtList DiscardStmt Empty Call Ident ident"foo080" - StrLit test + StrLit "test" StmtList DiscardStmt Empty Command Ident ident"foo090" - StrLit test + StrLit "test" StmtList DiscardStmt Empty Command Ident ident"foo100" Call - StrLit test + StrLit "test" StmtList DiscardStmt Empty @@ -540,4 +540,3 @@ dumpTree: foo380.add((quote do: discard )[0]) - |