summaryrefslogtreecommitdiff
path: root/test/files/run/repl-save.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-save.scala')
-rw-r--r--test/files/run/repl-save.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-save.scala b/test/files/run/repl-save.scala
index 4539790b1a..c98e6aebc3 100644
--- a/test/files/run/repl-save.scala
+++ b/test/files/run/repl-save.scala
@@ -16,7 +16,7 @@ s"""|Type in expressions to have them evaluated.
|
|scala> :save $saveto
|
- |scala> """
+ |scala> :quit"""
def saveto = testOutput / "session.repl"
override def show() = {
super.show()