summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste-raw.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-paste-raw.scala')
-rw-r--r--test/files/run/repl-paste-raw.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-paste-raw.scala b/test/files/run/repl-paste-raw.scala
index 2953796f99..3b41254e96 100644
--- a/test/files/run/repl-paste-raw.scala
+++ b/test/files/run/repl-paste-raw.scala
@@ -15,6 +15,6 @@ s"""|Type in expressions to have them evaluated.
|scala> favoriteThing.hasString
|res0: Boolean = true
|
- |scala> """
+ |scala> :quit"""
def pastie = testPath changeExtension "pastie"
}