Skip to content

Commit 3590721

Browse files
committed
test bench tests
1 parent e9b99bf commit 3590721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class CompilationTests extends ParallelTesting {
4949
compileFilesInDir("tests/pos-scala2", scala2CompatMode),
5050
compileFilesInDir("tests/pos-custom-args/erased", defaultOptions.and("-Yerased-terms")),
5151
compileFilesInDir("tests/pos", defaultOptions),
52+
compileFilesInDir("tests/bench", defaultOptions),
5253
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes),
5354
compileFile(
5455
// succeeds despite -Xfatal-warnings because of -nowarn

0 commit comments

Comments
 (0)