Remove LANGUAGE_VERSION from compileKotlinAgainstKotlin tests

Support test directives not at the beginning of the test file for
multi-file tests where separate files need separate language features
This commit is contained in:
Alexander Udalov
2018-12-18 16:47:28 +01:00
parent ec2dd58165
commit a0a70dd60d
9 changed files with 9 additions and 59 deletions
@@ -320,11 +320,6 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
runTest("compiler/testData/compileKotlinAgainstKotlin/coroutines/builder.kt");
}
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("compiler/testData/compileKotlinAgainstKotlin/coroutines/lambda.kt");
}
@TestMetadata("receiver.kt")
public void testReceiver() throws Exception {
runTest("compiler/testData/compileKotlinAgainstKotlin/coroutines/receiver.kt");