summaryrefslogtreecommitdiff
path: root/test/files/neg/bug52.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug52.check')
-rw-r--r--test/files/neg/bug52.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/bug52.check b/test/files/neg/bug52.check
deleted file mode 100644
index cd4b5eccce..0000000000
--- a/test/files/neg/bug52.check
+++ /dev/null
@@ -1,6 +0,0 @@
-bug52.scala:3: type mismatch;
- found : scala.Any
- required: scala.Int
- val y: Int = x(2);
- ^
-one error found