summaryrefslogtreecommitdiff
path: root/test/files/run/t6591_6.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6591_6.check')
-rw-r--r--test/files/run/t6591_6.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6591_6.check b/test/files/run/t6591_6.check
index 5ddf7600f1..0c4847b628 100644
--- a/test/files/run/t6591_6.check
+++ b/test/files/run/t6591_6.check
@@ -1 +1 @@
-Expr(Block(List(ValDef(Modifiers(), newTermName("v"), Select(Select(Ident(newTermName("A")), newTermName("x")), newTypeName("I")), Select(Select(This(newTypeName("scala")), newTermName("Predef")), newTermName("$qmark$qmark$qmark")))), Ident(newTermName("v"))))
+Expr(Block(List(ValDef(Modifiers(), newTermName("v"), Select(Select(Ident(newTermName("A")), newTermName("x")), newTypeName("I")), Select(Ident(scala.Predef), newTermName("$qmark$qmark$qmark")))), Ident(newTermName("v"))))