summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-08-12 12:08:49 -0700
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-08-12 12:08:49 -0700
commit1a0318454a79287c1afd49853d434e68d74d4b61 (patch)
tree319bb52406cc33d21972e5d3c968ad39cdb462d6 /test/files/run
parentb246c64fb7b0640ad54b60e87b26026e98818a58 (diff)
parent1dac5ef13ded3257f471ce9d3fbbdd9d421cfd06 (diff)
downloadscala-1a0318454a79287c1afd49853d434e68d74d4b61.tar.gz
scala-1a0318454a79287c1afd49853d434e68d74d4b61.tar.bz2
scala-1a0318454a79287c1afd49853d434e68d74d4b61.zip
Merge pull request #2813 from xeno-by/topic/showraw
showRaw now prints symbols of def trees
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t6392b.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6392b.check b/test/files/run/t6392b.check
index e9c7ecaa34..b7872f0e08 100644
--- a/test/files/run/t6392b.check
+++ b/test/files/run/t6392b.check
@@ -1 +1 @@
-ModuleDef(Modifiers(), newTermName("C"), Template(List(Select(Ident(scala#PK), newTypeName("AnyRef")#TPE)), emptyValDef, List(DefDef(Modifiers(), nme.CONSTRUCTOR, List(), List(List()), TypeTree(), Block(List(Apply(Select(Super(This(newTypeName("C")), tpnme.EMPTY), nme.CONSTRUCTOR#PCTOR), List())), Literal(Constant(())))))))
+ModuleDef(Modifiers(), newTermName("C")#MOD, Template(List(Select(Ident(scala#PK), newTypeName("AnyRef")#TPE)), emptyValDef, List(DefDef(Modifiers(), nme.CONSTRUCTOR#PCTOR, List(), List(List()), TypeTree(), Block(List(Apply(Select(Super(This(newTypeName("C")), tpnme.EMPTY), nme.CONSTRUCTOR#PCTOR), List())), Literal(Constant(())))))))