summaryrefslogtreecommitdiff
path: root/test/files/run/t6440.check
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-11-28 13:04:24 +0100
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-11-28 13:04:24 +0100
commit63f10ae3415843676179088a9d70446c16c2e07e (patch)
treecb9eadf87e868312b1b233fede26b84c3e5504dd /test/files/run/t6440.check
parent028420cd80a2cf1127790fdd28088f6db575e8dd (diff)
parent54d12f0581f6401c7693ccb0e3105868da19cec2 (diff)
downloadscala-63f10ae3415843676179088a9d70446c16c2e07e.tar.gz
scala-63f10ae3415843676179088a9d70446c16c2e07e.tar.bz2
scala-63f10ae3415843676179088a9d70446c16c2e07e.zip
Merge pull request #4112 from retronym/ticket/8502
SI-8502 Improve resiliance to absent packages
Diffstat (limited to 'test/files/run/t6440.check')
-rw-r--r--test/files/run/t6440.check9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/files/run/t6440.check b/test/files/run/t6440.check
index 2358f08fcc..4d8618182b 100644
--- a/test/files/run/t6440.check
+++ b/test/files/run/t6440.check
@@ -1,5 +1,4 @@
-pos: source-newSource1.scala,line-9,offset=109 missing or invalid dependency detected while loading class file 'U.class'.
-Could not access term pack1 in package <root>,
-because it (or its dependencies) are missing. Check your build definition for
-missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
-A full rebuild may help if 'U.class' was compiled against an incompatible version of <root>. ERROR
+pos: source-newSource1.scala,line-9,offset=109 reference to U is ambiguous;
+it is imported twice in the same scope by
+import pack2._
+and import X._ ERROR