summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-17 22:49:07 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-04-17 22:59:59 +0200
commit745fe4e36631f86665eb1bef9cb22e6623894a56 (patch)
treebe29a95afaa7849a327da9de6b5675c4f9c4eaec /test/files/jvm/interpreter.check
parent2093bccc56cbfb77dbcb6e8e3224d2416feb39fb (diff)
downloadscala-745fe4e36631f86665eb1bef9cb22e6623894a56.tar.gz
scala-745fe4e36631f86665eb1bef9cb22e6623894a56.tar.bz2
scala-745fe4e36631f86665eb1bef9cb22e6623894a56.zip
fixes tests
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index 85ec46c5f5..dc835bf8b6 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -316,9 +316,8 @@ scala> /*
*/
*/
-scala>
-scala>
+You typed two blank lines. Starting a new command.
scala> // multi-line string
@@ -326,7 +325,7 @@ scala> """
hello
there
"""
-res9: String =
+res12: String =
"
hello
there