summaryrefslogtreecommitdiff
path: root/test/files/run/t4542.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4542.check')
-rw-r--r--test/files/run/t4542.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/t4542.check b/test/files/run/t4542.check
index cd7a2905e2..5a8108dcbc 100644
--- a/test/files/run/t4542.check
+++ b/test/files/run/t4542.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> @deprecated("foooo", "ReplTest version 1.0-FINAL") class Foo() {
override def toString = "Bippy"
}
@@ -18,5 +16,3 @@ scala> val f = new Foo
f: Foo = Bippy
scala>
-
-scala>