aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-11-23 19:04:55 +0100
committerFelix Mulder <felix.mulder@gmail.com>2016-11-24 13:09:05 +0100
commit2f1a7946c01f3f08d4354465e6890c4214faf328 (patch)
tree652ba7ea49bd791149bef5d51439d4d671e14c09 /compiler/test/dotc/tests.scala
parent473230c638820b9c1d9cf40c218a5e9fc8caaa9f (diff)
downloaddotty-2f1a7946c01f3f08d4354465e6890c4214faf328.tar.gz
dotty-2f1a7946c01f3f08d4354465e6890c4214faf328.tar.bz2
dotty-2f1a7946c01f3f08d4354465e6890c4214faf328.zip
More info when unpickling fails
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala8
1 files changed, 2 insertions, 6 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index a485484c2..827e1addd 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -47,10 +47,10 @@ class tests extends CompilerTest {
| - DOTTY_INTERFACES
| - DOTTY_EXTRAS
|
- |Where these all contain locations, except extras which is a comma
+ |Where these all contain locations, except extras which is a colon
|separated list of jars.
|
- |When compiling with eclipse, you need the sbt-interfaces jar, but
+ |When compiling with eclipse, you need the sbt-interfaces jar, put
|it in extras."""
)
file.getAbsolutePath
@@ -349,10 +349,6 @@ class tests extends CompilerTest {
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
@Test def tasty_bootstrap = {
- val f = new JFile(getClass.getProtectionDomain.getCodeSource.getLocation.getPath)
- println(f)
- println(System.getProperty("java.class.path"))
-
val opt = List("-priorityclasspath", defaultOutputDir, "-Ylog-classpath")
// first compile dotty
compileDir(dottyDir, ".", List("-deep", "-Ycheck-reentrant", "-strict"))(allowDeepSubtypes)