summaryrefslogtreecommitdiff
path: root/test/files/neg
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/neg
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/neg')
-rw-r--r--test/files/neg/t5148.check7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/files/neg/t5148.check b/test/files/neg/t5148.check
index 0de4fe2d4c..286ed9e04a 100644
--- a/test/files/neg/t5148.check
+++ b/test/files/neg/t5148.check
@@ -1,6 +1,11 @@
error: missing or invalid dependency detected while loading class file 'Imports.class'.
+Could not access type Wrapper in class scala.tools.nsc.interpreter.IMain.Request,
+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 'Imports.class' was compiled against an incompatible version of scala.tools.nsc.interpreter.IMain.Request.
+error: missing or invalid dependency detected while loading class file 'Imports.class'.
Could not access type Request in class scala.tools.nsc.interpreter.IMain,
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 'Imports.class' was compiled against an incompatible version of scala.tools.nsc.interpreter.IMain.
-one error found
+two errors found