Skip to content

Commit 8c4323f

Browse files
committed
Turn off local optimizations again
It seems there are more issues with local optimizations. I did not track down details but in one case positions were wrong after a rewrite. That was tryPatternMatchError.scala. We should track these problems down in a different PR.
1 parent bcd9836 commit 8c4323f

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
@@ -54,7 +54,7 @@ object TestConfiguration {
5454

5555
val defaultUnoptimised = noCheckOptions ++ checkOptions ++ yCheckOptions ++ classPath
5656
val defaultOptimised = defaultUnoptimised :+ "-optimise"
57-
val defaultOptions = defaultOptimised
57+
val defaultOptions = defaultUnoptimised
5858
val allowDeepSubtypes = defaultOptions diff Array("-Yno-deep-subtypes")
5959
val allowDoubleBindings = defaultOptions diff Array("-Yno-double-bindings")
6060
val picklingOptions = defaultUnoptimised ++ Array(

0 commit comments

Comments
 (0)