summaryrefslogtreecommitdiff
path: root/test/files/run/t3376.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3376.check')
-rw-r--r--test/files/run/t3376.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/run/t3376.check b/test/files/run/t3376.check
index 3a1d7d581b..cc6949d326 100644
--- a/test/files/run/t3376.check
+++ b/test/files/run/t3376.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> class M[@specialized T] { override def toString = "mmm" }
defined class M