summaryrefslogtreecommitdiff
path: root/test/files/neg/bug136.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug136.check')
-rw-r--r--test/files/neg/bug136.check9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/neg/bug136.check b/test/files/neg/bug136.check
deleted file mode 100644
index ea23cb313a..0000000000
--- a/test/files/neg/bug136.check
+++ /dev/null
@@ -1,9 +0,0 @@
-bug136.scala:5: type mismatch;
- found : Bar
- required: Foo
- val foo2: Foo = bar;
- ^
-bug136.scala:7: object bar does not implement Foo
-object bar: Foo {
- ^
-two errors found