Skip to content

Commit 0a937bb

Browse files
committed
Remove outdated comment, the annotation issue has been fixed
1 parent 4f27da1 commit 0a937bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compilation/src/main/scala/scala/tools/nsc/ScalacBenchmark.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ class ColdScalacBenchmark extends ScalacBenchmark {
121121
@OutputTimeUnit(TimeUnit.MILLISECONDS)
122122
@Warmup(iterations = 0)
123123
@Measurement(iterations = 1, time = 30, timeUnit = TimeUnit.SECONDS)
124-
// @Fork triggers match error in dotty, see https://github.com/lampepfl/dotty/issues/2704
125-
// Comment out `@Fork` to run compilation/test with Dotty or wait for that issue to be fixed.
126124
@Fork(value = 3, jvmArgs = Array("-Xms2G", "-Xmx2G"))
127125
class WarmScalacBenchmark extends ScalacBenchmark {
128126
@Benchmark

0 commit comments

Comments
 (0)