Remove LANGUAGE_VERSION from boxInline tests

This commit is contained in:
Alexander Udalov
2018-12-17 18:30:26 +01:00
parent 0871a3cc4d
commit 9b6a52ccba
53 changed files with 78 additions and 129 deletions
@@ -1209,14 +1209,14 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/genericLambda.kt");
}
@TestMetadata("instanceCapuredInClass.kt")
public void testInstanceCapuredInClass() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/instanceCapuredInClass.kt");
@TestMetadata("instanceCapturedInClass.kt")
public void testInstanceCapturedInClass() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/instanceCapturedInClass.kt");
}
@TestMetadata("instanceCapuredInInterface.kt")
public void testInstanceCapuredInInterface() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/instanceCapuredInInterface.kt");
@TestMetadata("instanceCapturedInInterface.kt")
public void testInstanceCapturedInInterface() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/instanceCapturedInInterface.kt");
}
@TestMetadata("jvmStaticDefault.kt")