summaryrefslogtreecommitdiff
path: root/test/files/neg/bug45.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug45.check')
-rw-r--r--test/files/neg/bug45.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/bug45.check b/test/files/neg/bug45.check
deleted file mode 100644
index fe8d97ec16..0000000000
--- a/test/files/neg/bug45.check
+++ /dev/null
@@ -1,6 +0,0 @@
-bug45.scala:4: type mismatch;
- found : scala.AllRef(null)
- required: Int
- def foo[Int](x: Int): Int = null;
- ^
-one error found