Skip to content

Commit 47da632

Browse files
committed
Merge pull request #990 from lampepfl/DarkDimius-patch-4
Indicate regex used for filtering out benchmarks.
2 parents 2a5a193 + 11a4154 commit 47da632

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)