Skip to content

Commit 11a4154

Browse files
committed
Indicate regex used for filtering out benchmarks.
1 parent 2a5a193 commit 11a4154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.junit.experimental.categories._
77

88
import scala.io.Source
99

10-
10+
// tests that match regex '(pos|dotc|run|java|compileStdLib)\.*' would be executed as benchmarks.
1111
class tests extends CompilerTest {
1212

1313
def isRunByJenkins: Boolean = sys.props.isDefinedAt("dotty.jenkins.build")

0 commit comments

Comments
 (0)