summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_2.check')
-rw-r--r--test/files/run/t5271_2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5271_2.check b/test/files/run/t5271_2.check
index 585331be65..1df88872a7 100644
--- a/test/files/run/t5271_2.check
+++ b/test/files/run/t5271_2.check
@@ -8,7 +8,7 @@
}
};
val c = C.apply(2, 2);
- scala.this.Predef.println(c.foo.$times(c.bar))
+ Predef.println(c.foo.$times(c.bar))
}
4
()