summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_3.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_3.check')
-rw-r--r--test/files/run/t5271_3.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5271_3.check b/test/files/run/t5271_3.check
index b02acd21f9..99aacc2cee 100644
--- a/test/files/run/t5271_3.check
+++ b/test/files/run/t5271_3.check
@@ -15,7 +15,7 @@
}
};
val c = C.apply(2, 2);
- scala.this.Predef.println(c.foo.$times(c.bar).$eq$eq(C.qwe))
+ Predef.println(c.foo.$times(c.bar).$eq$eq(C.qwe))
}
true
()