summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-12 19:39:06 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-12 19:39:06 -0800
commit7bdb3f1b2518db9510d709da1d6ae6542d235b65 (patch)
tree120b03261bd6f19b31efd1dcc74344b0c71782e8 /test/files/neg
parentc2a132401f0ef9b6835f76d6b78b319eccd6fa1c (diff)
parent1d3156ca5dc07470212afa016b3ad17b02c27a99 (diff)
downloadscala-7bdb3f1b2518db9510d709da1d6ae6542d235b65.tar.gz
scala-7bdb3f1b2518db9510d709da1d6ae6542d235b65.tar.bz2
scala-7bdb3f1b2518db9510d709da1d6ae6542d235b65.zip
Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fix
SI-7747 Support class based wrappers in REPL
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t5148.check8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/files/neg/t5148.check b/test/files/neg/t5148.check
index 25107c4dbe..f426bd2010 100644
--- a/test/files/neg/t5148.check
+++ b/test/files/neg/t5148.check
@@ -1,9 +1,5 @@
-error: bad symbolic reference. A signature in Imports.class refers to term global
+error: bad symbolic reference. A signature in Imports.class refers to type Request
in class scala.tools.nsc.interpreter.IMain which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Imports.class.
-error: bad symbolic reference. A signature in Imports.class refers to term memberHandlers
-in class scala.tools.nsc.interpreter.IMain which is not available.
-It may be completely missing from the current classpath, or the version on
-the classpath might be incompatible with the version used when compiling Imports.class.
-two errors found
+one error found