summaryrefslogtreecommitdiff
path: root/test/files/run/t6439.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2015-07-15 22:32:54 -0700
committerJason Zaugg <jzaugg@gmail.com>2015-09-02 12:45:28 +1000
commit5a23aac8c421fa017edb094563c552236be13c6f (patch)
tree4456e358848f2b363788dd68518b2116d860021e /test/files/run/t6439.check
parent3ccd8f0806910536f1802d2e842b1efbc07e5ec4 (diff)
downloadscala-5a23aac8c421fa017edb094563c552236be13c6f.tar.gz
scala-5a23aac8c421fa017edb094563c552236be13c6f.tar.bz2
scala-5a23aac8c421fa017edb094563c552236be13c6f.zip
Update power mode banner
The classic banner is available under -Dscala.repl.power.banner=classic. ``` scala> :power Power mode enabled. :phase is at typer. import scala.tools.nsc._, intp.global._, definitions._ Try :help or completions for vals._ and power._ ```
Diffstat (limited to 'test/files/run/t6439.check')
-rw-r--r--test/files/run/t6439.check8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/files/run/t6439.check b/test/files/run/t6439.check
index eee2da1b12..dd7ba9f81d 100644
--- a/test/files/run/t6439.check
+++ b/test/files/run/t6439.check
@@ -48,11 +48,9 @@ scala> type F = Int // no warn
defined type alias F
scala> :power
-** Power User mode enabled - BEEP WHIR GYVE **
-** :phase has been set to 'typer'. **
-** scala.tools.nsc._ has been imported **
-** global._, definitions._ also imported **
-** Try :help, :vals, power.<tab> **
+Power mode enabled. :phase is at typer.
+import scala.tools.nsc._, intp.global._, definitions._
+Try :help or completions for vals._ and power._
scala> object lookup {
import intp._