summaryrefslogtreecommitdiff
path: root/test/files/neg/imports.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/imports.check')
-rw-r--r--test/files/neg/imports.check18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/files/neg/imports.check b/test/files/neg/imports.check
index 911d300c6f..0b8e32d5aa 100644
--- a/test/files/neg/imports.check
+++ b/test/files/neg/imports.check
@@ -1,28 +1,28 @@
-imports.scala:26: not found: value v_coi
+./neg/imports.scala:26: not found: value v_coi
def method: C_coi = v_coi;
^
-imports.scala:27: not found: value v_coi
+./neg/imports.scala:27: not found: value v_coi
val field: C_coi = v_coi;
^
-imports.scala:29: not found: value v_coi
+./neg/imports.scala:29: not found: value v_coi
check("C_coi", "v_coi ", v_coi);
^
-imports.scala:47: not found: value v_cio
+./neg/imports.scala:47: not found: value v_cio
def method: C_cio = v_cio;
^
-imports.scala:48: not found: value v_cio
+./neg/imports.scala:48: not found: value v_cio
val field: C_cio = v_cio;
^
-imports.scala:50: not found: value v_cio
+./neg/imports.scala:50: not found: value v_cio
check("C_cio", "v_cio ", v_cio);
^
-imports.scala:136: not found: value v_oci
+./neg/imports.scala:136: not found: value v_oci
def method: C_oci = v_oci;
^
-imports.scala:137: not found: value v_oci
+./neg/imports.scala:137: not found: value v_oci
val field: C_oci = v_oci;
^
-imports.scala:139: not found: value v_oci
+./neg/imports.scala:139: not found: value v_oci
check("C_oci", "v_oci ", v_oci);
^
9 errors found