summaryrefslogtreecommitdiff
path: root/test/files/neg/bug191.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug191.check')
-rw-r--r--test/files/neg/bug191.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/bug191.check b/test/files/neg/bug191.check
deleted file mode 100644
index 82681f970b..0000000000
--- a/test/files/neg/bug191.check
+++ /dev/null
@@ -1,6 +0,0 @@
-bug191.scala:11: type mismatch;
- found : B.this.C
- required: B.this.C
- foo(new C);
- ^
-one error found