summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste-4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-paste-4.scala')
-rw-r--r--test/files/run/repl-paste-4.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-paste-4.scala b/test/files/run/repl-paste-4.scala
index 0060dc1ff6..cb0a6aa768 100644
--- a/test/files/run/repl-paste-4.scala
+++ b/test/files/run/repl-paste-4.scala
@@ -14,7 +14,7 @@ s"""|Type in expressions to have them evaluated.
|scala> Foo(new Foo)
|res0: Int = 7
|
- |scala> """
+ |scala> :quit"""
def pastie = testPath changeExtension "pastie"
}