@@ -39,7 +39,6 @@ class CompilationTests {
39
39
compileFilesInDir(" tests/pos-special/isInstanceOf" , allowDeepSubtypes.and(" -Xfatal-warnings" )),
40
40
compileFilesInDir(" tests/new" , defaultOptions),
41
41
compileFilesInDir(" tests/pos-scala2" , scala2CompatMode),
42
- compileFilesInDir(" tests/pos-custom-args/erased" , defaultOptions.and(" -language:experimental.erasedDefinitions" )),
43
42
compileFilesInDir(" tests/pos" , defaultOptions.and(" -Ysafe-init" )),
44
43
compileFilesInDir(" tests/pos-deep-subtype" , allowDeepSubtypes),
45
44
compileDir(" tests/pos-special/java-param-names" , defaultOptions.withJavacOnlyOptions(" -parameters" )),
@@ -126,7 +125,6 @@ class CompilationTests {
126
125
compileFilesInDir(" tests/neg-no-kind-polymorphism" , defaultOptions and " -Yno-kind-polymorphism" ),
127
126
compileFilesInDir(" tests/neg-custom-args/deprecation" , defaultOptions.and(" -Xfatal-warnings" , " -deprecation" )),
128
127
compileFilesInDir(" tests/neg-custom-args/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" )),
129
- compileFilesInDir(" tests/neg-custom-args/erased" , defaultOptions.and(" -language:experimental.erasedDefinitions" )),
130
128
compileFilesInDir(" tests/neg-custom-args/allow-double-bindings" , allowDoubleBindings),
131
129
compileFilesInDir(" tests/neg-custom-args/allow-deep-subtypes" , allowDeepSubtypes),
132
130
compileFilesInDir(" tests/neg-custom-args/explicit-nulls" , defaultOptions.and(" -Yexplicit-nulls" )),
@@ -189,7 +187,6 @@ class CompilationTests {
189
187
compileFile(" tests/run-custom-args/fors.scala" , defaultOptions.and(" -source" , " future" )),
190
188
compileFile(" tests/run-custom-args/no-useless-forwarders.scala" , defaultOptions and " -Xmixin-force-forwarders:false" ),
191
189
compileFile(" tests/run-custom-args/defaults-serizaliable-no-forwarders.scala" , defaultOptions and " -Xmixin-force-forwarders:false" ),
192
- compileFilesInDir(" tests/run-custom-args/erased" , defaultOptions.and(" -language:experimental.erasedDefinitions" ).without(" -Yno-experimental" )),
193
190
compileFilesInDir(" tests/run-deep-subtype" , allowDeepSubtypes),
194
191
compileFilesInDir(" tests/run" , defaultOptions.and(" -Ysafe-init" ))
195
192
).checkRuns()
0 commit comments