@@ -99,7 +99,6 @@ class CompilationTests extends ParallelTesting {
99
99
compileFilesInDir(" tests/new" , defaultOptions) +
100
100
compileFilesInDir(" tests/pos-scala2" , scala2Mode) +
101
101
compileFilesInDir(" tests/pos" , defaultOptions) +
102
- compileFilesInDir(" tests/pos-no-optimise" , defaultOptions) +
103
102
compileFilesInDir(" tests/pos-deep-subtype" , allowDeepSubtypes) +
104
103
compileFilesInDir(" tests/pos-kind-polymorphism" , defaultOptions and " -Ykind-polymorphism" ) +
105
104
compileDir(" tests/pos/i1137-1" , defaultOptions and " -Yemit-tasty" ) +
@@ -174,7 +173,6 @@ class CompilationTests extends ParallelTesting {
174
173
implicit val testGroup : TestGroup = TestGroup (" compileNeg" )
175
174
compileFilesInDir(" tests/neg" , defaultOptions) +
176
175
compileFilesInDir(" tests/neg-tailcall" , defaultOptions) +
177
- compileFilesInDir(" tests/neg-no-optimise" , defaultOptions) +
178
176
compileFilesInDir(" tests/neg-kind-polymorphism" , defaultOptions and " -Ykind-polymorphism" ) +
179
177
compileFilesInDir(" tests/neg-custom-args/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" )) +
180
178
compileFilesInDir(" tests/neg-custom-args/allow-double-bindings" , allowDoubleBindings) +
@@ -198,7 +196,6 @@ class CompilationTests extends ParallelTesting {
198
196
@ Test def runAll : Unit = {
199
197
implicit val testGroup : TestGroup = TestGroup (" runAll" )
200
198
compileFilesInDir(" tests/run" , defaultOptions) +
201
- compileFilesInDir(" tests/run-no-optimise" , defaultOptions) +
202
199
compileFilesInDir(" tests/run-with-compiler" , defaultRunWithCompilerOptions) +
203
200
compileFile(" tests/run-with-compiler-custom-args/staged-streams_1.scala" , defaultRunWithCompilerOptions without " -Yno-deep-subtypes" )
204
201
}.checkRuns()
0 commit comments