summaryrefslogtreecommitdiff
path: root/test/files/run/imports.check
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-05-22 07:55:49 +0000
committerpaltherr <paltherr@epfl.ch>2003-05-22 07:55:49 +0000
commit15321b16412ab8ebeed4e19b8d8f4feaa54d649a (patch)
tree33b43c3394eaea3f5eb116efae0ed47c7c6cbdf4 /test/files/run/imports.check
parentace7fee429e8b81549e3826cce8f97b69c881354 (diff)
downloadscala-15321b16412ab8ebeed4e19b8d8f4feaa54d649a.tar.gz
scala-15321b16412ab8ebeed4e19b8d8f4feaa54d649a.tar.bz2
scala-15321b16412ab8ebeed4e19b8d8f4feaa54d649a.zip
- Removed the incorrect code
Diffstat (limited to 'test/files/run/imports.check')
-rw-r--r--test/files/run/imports.check12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/files/run/imports.check b/test/files/run/imports.check
index 6ef4c4628c..56f5e23d45 100644
--- a/test/files/run/imports.check
+++ b/test/files/run/imports.check
@@ -1,11 +1,3 @@
-In C_coi, v_coi .toString() returns C_coi -> ok
-In C_coi, field .toString() returns C_coi -> ok
-In C_coi, method.toString() returns C_coi -> ok
-
-In C_cio, v_cio .toString() returns C_cio -> ok
-In C_cio, field .toString() returns C_cio -> ok
-In C_cio, method.toString() returns C_cio -> ok
-
In C_ico, v_ico .toString() returns C_ico -> ok
In C_ico, field .toString() returns C_ico -> ok
In C_ico, method.toString() returns C_ico -> ok
@@ -18,7 +10,3 @@ In C_oic, v_oic .toString() returns C_oic -> ok
In C_oic, field .toString() returns C_oic -> ok
In C_oic, method.toString() returns C_oic -> ok
-In C_oci, v_oci .toString() returns C_oci -> ok
-In C_oci, field .toString() returns C_oci -> ok
-In C_oci, method.toString() returns C_oci -> ok
-