summaryrefslogtreecommitdiff
path: root/test/files/run/repl-power.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-07-12 21:59:11 +0000
committerPaul Phillips <paulp@improving.org>2011-07-12 21:59:11 +0000
commit0fac26971e78fbe79b2ba5aaa87bde63816ac028 (patch)
tree47f877ba76438a53047bd845c2ba9a0c918560ff /test/files/run/repl-power.check
parent70da5a627fe2ce15df64741b5784ed97c361a95e (diff)
downloadscala-0fac26971e78fbe79b2ba5aaa87bde63816ac028.tar.gz
scala-0fac26971e78fbe79b2ba5aaa87bde63816ac028.tar.bz2
scala-0fac26971e78fbe79b2ba5aaa87bde63816ac028.zip
Making power mode startup a little less glacial...
Making power mode startup a little less glacial, no review.
Diffstat (limited to 'test/files/run/repl-power.check')
-rw-r--r--test/files/run/repl-power.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-power.check b/test/files/run/repl-power.check
index 1b3883a839..38e7532133 100644
--- a/test/files/run/repl-power.check
+++ b/test/files/run/repl-power.check
@@ -11,6 +11,6 @@ scala> :power
scala> // guarding against "error: reference to global is ambiguous"
scala> global.emptyValDef // "it is imported twice in the same scope by ..."
-res0: global.emptyValDef.type = private val _ = _
+res0: $r.global.emptyValDef.type = private val _ = _
scala>