summaryrefslogtreecommitdiff
path: root/test/files/neg/t5148.check
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@gmail.com>2012-06-26 16:01:48 +0200
committerHubert Plociniczak <hubert.plociniczak@gmail.com>2012-06-27 09:36:06 +0200
commit175d8714e31bee3146cfb6626b8b40e50852cb22 (patch)
tree1810b3986d280708947fb2cd33cd0e0a04ff0f9b /test/files/neg/t5148.check
parent5a7bbfe035ecb64acd57fc66ea0d874ad02c31ff (diff)
downloadscala-175d8714e31bee3146cfb6626b8b40e50852cb22.tar.gz
scala-175d8714e31bee3146cfb6626b8b40e50852cb22.tar.bz2
scala-175d8714e31bee3146cfb6626b8b40e50852cb22.zip
Closes SI-5148.
Unfortunately we have to wrap transform to catch all the MissingRequirementErrors exceptions (wrapped in TypeErrors). This is because we force the info of the symbol in a couple of places and we would have to catch all/some of them (and remove the duplicates as well which really becomes messy). Review by @axel22.
Diffstat (limited to 'test/files/neg/t5148.check')
-rw-r--r--test/files/neg/t5148.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/t5148.check b/test/files/neg/t5148.check
new file mode 100644
index 0000000000..96eb1fd364
--- /dev/null
+++ b/test/files/neg/t5148.check
@@ -0,0 +1,2 @@
+error: bad reference while unpickling Imports.class: term memberHandlers not found in scala.tools.nsc.interpreter.IMain
+one error found