summaryrefslogtreecommitdiff
path: root/test/files/run/t4950.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4950.check')
-rw-r--r--test/files/run/t4950.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/run/t4950.check b/test/files/run/t4950.check
deleted file mode 100644
index 8994441163..0000000000
--- a/test/files/run/t4950.check
+++ /dev/null
@@ -1,7 +0,0 @@
-
-scala> val 1 = 2
-scala.MatchError: 2 (of class java.lang.Integer)
-
-scala> val List(1) = List(1)
-
-scala> :quit