aboutsummaryrefslogtreecommitdiff
path: root/test/test/CompilerTest.scala
diff options
context:
space:
mode:
authorvsalvis <salvisbergvera@gmail.com>2015-06-24 16:41:37 +0200
committervsalvis <salvisbergvera@gmail.com>2015-06-24 16:41:37 +0200
commit4b42a198a1db7bb2613e9553e7e4250e6c66f4e3 (patch)
tree32caf9cc8730393b015818f1367f8c8c7f8008a9 /test/test/CompilerTest.scala
parent5e4e0cf35036906423e13eb74093af07a29f0521 (diff)
downloaddotty-4b42a198a1db7bb2613e9553e7e4250e6c66f4e3.tar.gz
dotty-4b42a198a1db7bb2613e9553e7e4250e6c66f4e3.tar.bz2
dotty-4b42a198a1db7bb2613e9553e7e4250e6c66f4e3.zip
Partest 3/3: Proper compiler output redirection
Diffstat (limited to 'test/test/CompilerTest.scala')
-rw-r--r--test/test/CompilerTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/CompilerTest.scala b/test/test/CompilerTest.scala
index 4a8ec6da0..09b608f22 100644
--- a/test/test/CompilerTest.scala
+++ b/test/test/CompilerTest.scala
@@ -344,7 +344,7 @@ object CompilerTest extends App {
lazy val init: SFile = {
scala.reflect.io.Directory(DPConfig.testRoot).deleteRecursively
new JFile(DPConfig.testRoot).mkdirs
- val log = (Path(DPConfig.testRoot) / Path("gen.log")).createFile(true)
+ val log = DPConfig.genLog.createFile(true)
println(s"CompilerTest is generating tests for partest, log: $log")
log
}