summaryrefslogtreecommitdiff
path: root/test/files/run/t6440b.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-09-03 08:22:51 +1000
committerJason Zaugg <jzaugg@gmail.com>2014-09-03 08:22:51 +1000
commit21644611b3c676210d312eca1e0169d21070b50e (patch)
treee732aa1f0b6b6d65c21e91b40298f722200593f7 /test/files/run/t6440b.check
parent61dbf4ac711094db38a4b2dfb853d88499c2b1a5 (diff)
parent91c4192c39d2bdebf37a97e41d374a39ece8af85 (diff)
downloadscala-21644611b3c676210d312eca1e0169d21070b50e.tar.gz
scala-21644611b3c676210d312eca1e0169d21070b50e.tar.bz2
scala-21644611b3c676210d312eca1e0169d21070b50e.zip
Merge pull request #3959 from lrytz/merge/2.11-to-2.12-is-it-really-sept-2-already-where-was-summer
Merge 2.11 to 2.12
Diffstat (limited to 'test/files/run/t6440b.check')
-rw-r--r--test/files/run/t6440b.check9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/files/run/t6440b.check b/test/files/run/t6440b.check
index 0b642c2c35..a6100d6d1e 100644
--- a/test/files/run/t6440b.check
+++ b/test/files/run/t6440b.check
@@ -1,4 +1,5 @@
-pos: NoPosition bad symbolic reference to pack1.T encountered in class file 'U.class'.
-Cannot access type T in package pack1. The current classpath may be
-missing a definition for pack1.T, or U.class may have been compiled against a version that's
-incompatible with the one found on the current classpath. ERROR
+pos: NoPosition missing or invalid dependency detected while loading class file 'U.class'.
+Could not access type T in package pack1,
+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 pack1. ERROR