Skip to content

Commit 24298b9

Browse files
Run all tests with -optimise
1 parent a7570ca commit 24298b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/TestConfiguration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object TestConfiguration {
5252

5353
private val yCheckOptions = Array("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
5454

55-
val defaultOptions = noCheckOptions ++ checkOptions ++ yCheckOptions ++ classPath
55+
val defaultOptions = noCheckOptions ++ checkOptions ++ yCheckOptions ++ classPath :+ "-optimise"
5656
val allowDeepSubtypes = defaultOptions diff Array("-Yno-deep-subtypes")
5757
val allowDoubleBindings = defaultOptions diff Array("-Yno-double-bindings")
5858
val picklingOptions = defaultOptions ++ Array(

0 commit comments

Comments
 (0)