summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-01-30 12:14:04 -0800
committerPaul Phillips <paulp@improving.org>2012-01-30 12:14:24 -0800
commit66cf4e9a920506d5531279e2e7a6cbae28372828 (patch)
tree25fdc433a70db09924217baab7ab93988e82d097
parent04b49a57a4f222c208cc520e1bc459542bc4bc78 (diff)
downloadscala-66cf4e9a920506d5531279e2e7a6cbae28372828.tar.gz
scala-66cf4e9a920506d5531279e2e7a6cbae28372828.tar.bz2
scala-66cf4e9a920506d5531279e2e7a6cbae28372828.zip
Removed obsolete checkfile.
-rw-r--r--test/files/neg/anyval-sealed.check12
-rw-r--r--test/files/neg/anyval-sealed.flags1
2 files changed, 0 insertions, 13 deletions
diff --git a/test/files/neg/anyval-sealed.check b/test/files/neg/anyval-sealed.check
deleted file mode 100644
index 48a457b496..0000000000
--- a/test/files/neg/anyval-sealed.check
+++ /dev/null
@@ -1,12 +0,0 @@
-anyval-sealed.scala:2: error: match is not exhaustive!
-missing combination Byte
-missing combination Char
-missing combination Double
-missing combination Float
-missing combination Long
-missing combination Short
-missing combination Unit
-
- def f(x: AnyVal) = x match {
- ^
-one error found
diff --git a/test/files/neg/anyval-sealed.flags b/test/files/neg/anyval-sealed.flags
deleted file mode 100644
index 85d8eb2ba2..0000000000
--- a/test/files/neg/anyval-sealed.flags
+++ /dev/null
@@ -1 +0,0 @@
--Xfatal-warnings