Remove incorrect test, to be reconsidered in the future

Before 3ca4097, 'set' signature was not checked at all in this case

 #KT-11272 Open
This commit is contained in:
Alexander Udalov
2016-03-02 20:39:36 +03:00
parent 386f22480f
commit 65662d7c99
2 changed files with 0 additions and 79 deletions
@@ -683,12 +683,6 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxAga
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/boxAgainstJava/sam/adapters/operators"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("augmentedAssignmentAndSquareBrackets.kt")
public void testAugmentedAssignmentAndSquareBrackets() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxAgainstJava/sam/adapters/operators/augmentedAssignmentAndSquareBrackets.kt");
doTest(fileName);
}
@TestMetadata("augmentedAssignmentPure.kt")
public void testAugmentedAssignmentPure() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxAgainstJava/sam/adapters/operators/augmentedAssignmentPure.kt");