aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilationTests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-13 09:41:12 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-13 11:02:29 +0200
commitc9e1bc5b6324d2a896d731eeec32bdd941d1629b (patch)
treee2cd59712f957fb6ba6c16c0df662a323834057a /compiler/test/dotty/tools/dotc/CompilationTests.scala
parent3a9deec8e7a3a093e9b56461650857c4cb7a9d8c (diff)
downloaddotty-c9e1bc5b6324d2a896d731eeec32bdd941d1629b.tar.gz
dotty-c9e1bc5b6324d2a896d731eeec32bdd941d1629b.tar.bz2
dotty-c9e1bc5b6324d2a896d731eeec32bdd941d1629b.zip
Fix #2243: improve failing test output
Diffstat (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/CompilationTests.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala
index fa0c89f28..ff50d7238 100644
--- a/compiler/test/dotty/tools/dotc/CompilationTests.scala
+++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -216,9 +216,9 @@ class CompilationTests extends ParallelTesting {
val opt = Array(
"-classpath",
// compile with bootstrapped library on cp:
- defaultOutputDir + "lib$1/src/:" +
+ defaultOutputDir + "lib/src/:" +
// as well as bootstrapped compiler:
- defaultOutputDir + "dotty1$1/dotty/:" +
+ defaultOutputDir + "dotty1/dotty/:" +
Jars.dottyInterfaces
)