From 87ba0c3692e6182a6f0c91ff479ef09c4c28d57b Mon Sep 17 00:00:00 2001 From: buraq Date: Thu, 8 Jul 2004 07:14:25 +0000 Subject: fixed expected results --- test/files/neg/imports.check | 1 - test/files/neg/overlapping.check | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'test') 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 -- cgit v1.2.3