Skip to content

Commit 873ea8f

Browse files
committed
test -Ycheck:erasure
1 parent 52b45b5 commit 873ea8f

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
@@ -50,7 +50,7 @@ object TestConfiguration {
5050
Array("-classpath", paths)
5151
}
5252

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

5555
val defaultOptions = noCheckOptions ++ checkOptions ++ yCheckOptions ++ classPath
5656
val allowDeepSubtypes = defaultOptions diff Array("-Yno-deep-subtypes")

0 commit comments

Comments
 (0)