@@ -99,7 +99,6 @@ class CompilationTests extends ParallelTesting {
9999 compileFilesInDir(" tests/new" , defaultOptions) +
100100 compileFilesInDir(" tests/pos-scala2" , scala2Mode) +
101101 compileFilesInDir(" tests/pos" , defaultOptions) +
102- compileFilesInDir(" tests/pos-no-optimise" , defaultOptions) +
103102 compileFilesInDir(" tests/pos-deep-subtype" , allowDeepSubtypes) +
104103 compileFilesInDir(" tests/pos-kind-polymorphism" , defaultOptions and " -Ykind-polymorphism" ) +
105104 compileDir(" tests/pos/i1137-1" , defaultOptions and " -Yemit-tasty" ) +
@@ -174,7 +173,6 @@ class CompilationTests extends ParallelTesting {
174173 implicit val testGroup : TestGroup = TestGroup (" compileNeg" )
175174 compileFilesInDir(" tests/neg" , defaultOptions) +
176175 compileFilesInDir(" tests/neg-tailcall" , defaultOptions) +
177- compileFilesInDir(" tests/neg-no-optimise" , defaultOptions) +
178176 compileFilesInDir(" tests/neg-kind-polymorphism" , defaultOptions and " -Ykind-polymorphism" ) +
179177 compileFilesInDir(" tests/neg-custom-args/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" )) +
180178 compileFilesInDir(" tests/neg-custom-args/allow-double-bindings" , allowDoubleBindings) +
@@ -198,7 +196,6 @@ class CompilationTests extends ParallelTesting {
198196 @ Test def runAll : Unit = {
199197 implicit val testGroup : TestGroup = TestGroup (" runAll" )
200198 compileFilesInDir(" tests/run" , defaultOptions) +
201- compileFilesInDir(" tests/run-no-optimise" , defaultOptions) +
202199 compileFilesInDir(" tests/run-with-compiler" , defaultRunWithCompilerOptions) +
203200 compileFile(" tests/run-with-compiler-custom-args/staged-streams_1.scala" , defaultRunWithCompilerOptions without " -Yno-deep-subtypes" )
204201 }.checkRuns()
0 commit comments