summaryrefslogtreecommitdiff
path: root/test/files/run/t6273.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6273.check')
-rw-r--r--test/files/run/t6273.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/run/t6273.check b/test/files/run/t6273.check
index c1c18daac2..bef0b227d2 100644
--- a/test/files/run/t6273.check
+++ b/test/files/run/t6273.check
@@ -1,19 +1,15 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> val y = 55
y: Int = 55
scala> val x = s"""
y = $y
"""
-x: String =
+x: String =
"
y = 55
"
scala>
-
-scala>