We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8753f0b commit de5f55dCopy full SHA for de5f55d
compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
@@ -91,7 +91,7 @@ extends Reporter with UniqueMessagePositions with HideNonSensicalMessages with M
91
}
92
93
object TestReporter {
94
- lazy val logWriter = {
+ val logWriter = {
95
val df = new SimpleDateFormat("yyyy-MM-dd-HH:mm")
96
val timestamp = df.format(new Date)
97
new JFile("../testlogs").mkdirs()
0 commit comments