summaryrefslogtreecommitdiff
path: root/test/files/neg/t5148.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-10-11 18:18:58 -0700
committerGitHub <noreply@github.com>2016-10-11 18:18:58 -0700
commit1e81a09a896a0d7497687b5df1b8220172eaec92 (patch)
tree0d699078ffa1541e76b9f81f9dd93ea3f1cb74a7 /test/files/neg/t5148.check
parent95b1427e7e655ea1ba04195fabf151fbae5789a1 (diff)
parent550e47b7878c2cfe334d3b64b879afd600d162e3 (diff)
downloadscala-1e81a09a896a0d7497687b5df1b8220172eaec92.tar.gz
scala-1e81a09a896a0d7497687b5df1b8220172eaec92.tar.bz2
scala-1e81a09a896a0d7497687b5df1b8220172eaec92.zip
Merge pull request #5429 from lrytz/sd224
Default -Xmixin-force-forwarders to true
Diffstat (limited to 'test/files/neg/t5148.check')
-rw-r--r--test/files/neg/t5148.check16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/files/neg/t5148.check b/test/files/neg/t5148.check
new file mode 100644
index 0000000000..1f58c235ce
--- /dev/null
+++ b/test/files/neg/t5148.check
@@ -0,0 +1,16 @@
+error: missing or invalid dependency detected while loading class file 'Imports.class'.
+Could not access term memberHandlers 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.
+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.
+three errors found