aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-12 16:42:54 +0200
committerGitHub <noreply@github.com>2017-04-12 16:42:54 +0200
commit3a9deec8e7a3a093e9b56461650857c4cb7a9d8c (patch)
tree9e9952dbc058cc74cc0dbae2ea4d3741cfa3d132 /compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
parentd541452940007bbc094e8a7f6785b6f8e9e7da22 (diff)
parentde5f55dc4ee1bbaa735ab96f1fe810a99c31d081 (diff)
downloaddotty-3a9deec8e7a3a093e9b56461650857c4cb7a9d8c.tar.gz
dotty-3a9deec8e7a3a093e9b56461650857c4cb7a9d8c.tar.bz2
dotty-3a9deec8e7a3a093e9b56461650857c4cb7a9d8c.zip
Merge pull request #2238 from dotty-staging/ci-fixes
Ci fixes
Diffstat (limited to 'compiler/test/dotty/tools/dotc/reporting/TestReporter.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/reporting/TestReporter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala b/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
index 8645882ca..7952ed728 100644
--- a/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
+++ b/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
@@ -91,7 +91,7 @@ extends Reporter with UniqueMessagePositions with HideNonSensicalMessages with M
}
object TestReporter {
- lazy val logWriter = {
+ val logWriter = {
val df = new SimpleDateFormat("yyyy-MM-dd-HH:mm")
val timestamp = df.format(new Date)
new JFile("../testlogs").mkdirs()