summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5789.check')
-rw-r--r--test/files/run/t5789.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/run/t5789.check b/test/files/run/t5789.check
index ea8d4966b1..bcb2382559 100644
--- a/test/files/run/t5789.check
+++ b/test/files/run/t5789.check
@@ -1,14 +1,10 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
-scala> val n = 2
+scala> val n = 2
n: Int = 2
scala> () => n
res0: () => Int = <function0>
scala>
-
-scala>