summary refs log tree commit diff stats
path: root/tests/macros/tdumptree.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros/tdumptree.nim')
-rw-r--r--tests/macros/tdumptree.nim9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/macros/tdumptree.nim b/tests/macros/tdumptree.nim
index 58b011b45..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"
+      Ident "x"
       Empty
       Call
         DotExpr
-          Ident !"foo"
-          Ident !"create"
+          Ident "foo"
+          Ident "create"
         IntLit 56'''
 """
 
gmail.com> 2014-03-18 21:11:57 +0100 committer Audun Wilhelmsen <skyfex@gmail.com> 2014-03-18 21:11:57 +0100 Added support for {.packed.} pragma on objects' href='/ahoang/Nim/commit/tests/objects/tobjpragma.nim?h=devel&id=1e45bb79ab4beb7a027b403bd78e879975b09963'>1e45bb79a ^
e80465dac ^

1e45bb79a ^

e80465dac ^

1e45bb79a ^






















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53