summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/imports.check1
-rw-r--r--test/files/neg/overlapping.check6
2 files changed, 3 insertions, 4 deletions
diff --git a/test/files/neg/imports.check b/test/files/neg/imports.check
index 309b1659a1..1450ea3f5d 100644
--- a/test/files/neg/imports.check
+++ b/test/files/neg/imports.check
@@ -1,4 +1,3 @@
-testing: /home/odersky/scala/test/files/neg/imports.scala [FAILED]
imports.scala:26: not found: value v_coi
def method: C_coi = v_coi;
^
diff --git a/test/files/neg/overlapping.check b/test/files/neg/overlapping.check
index 68251d32f7..8a018d500a 100644
--- a/test/files/neg/overlapping.check
+++ b/test/files/neg/overlapping.check
@@ -1,6 +1,6 @@
-overlapping.scala:9: overlapping overloaded alternatives; the two following alternatives of method foo have the same erasure: ()Any
- alternative 1: def foo: X.this.I
- alternative 2: def foo: X.this.J
+overlapping.scala:9: Double declaration:
+method foo: X.this.I and
+method foo: X.this.J have same types after erasure
def foo: J;
^
one error found