summaryrefslogtreecommitdiff
path: root/test/files/neg/bug85.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug85.check')
-rw-r--r--test/files/neg/bug85.check7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/files/neg/bug85.check b/test/files/neg/bug85.check
index 2e48792d5a..d4d56d3295 100644
--- a/test/files/neg/bug85.check
+++ b/test/files/neg/bug85.check
@@ -1,11 +1,6 @@
-bug85.scala:6 error: type mismatch;
- found : A.this.C
- required: A.this.B#C
- val b: B = new B(new C());
- ^
bug85.scala:7 error: type mismatch;
found : A.this.b.C
required: A.this.C
val c: C = b.c;
^
-two errors found
+one error found