aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilationTests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-13 11:30:24 +0200
committerGitHub <noreply@github.com>2017-04-13 11:30:24 +0200
commit46e3395693b6f8749aa0b01b41b7d643f3bef5dc (patch)
treed24e149dd111287c80fb35026faafd2cbef5f526 /compiler/test/dotty/tools/dotc/CompilationTests.scala
parentd1cbf5fd02ecb7a9531a90014881ad2f416af4fb (diff)
parent3a15365ab25b6ba0fda2c4321b47f9b257dc5aef (diff)
downloaddotty-46e3395693b6f8749aa0b01b41b7d643f3bef5dc.tar.gz
dotty-46e3395693b6f8749aa0b01b41b7d643f3bef5dc.tar.bz2
dotty-46e3395693b6f8749aa0b01b41b7d643f3bef5dc.zip
Merge pull request #2248 from dotty-staging/topic/vulpix-fixes1
Various vulpix fixes
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
)