Minor. Renamed test.
This commit is contained in:
+5
-5
@@ -135,11 +135,6 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
|
|||||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/codegen/boxWithJava/samAdapters"), Pattern.compile("^(.+)\\.kt$"), true);
|
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/codegen/boxWithJava/samAdapters"), Pattern.compile("^(.+)\\.kt$"), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("cantCallInherited.kt")
|
|
||||||
public void testCantCallInherited() throws Exception {
|
|
||||||
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/cantCallInherited.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("comparator.kt")
|
@TestMetadata("comparator.kt")
|
||||||
public void testComparator() throws Exception {
|
public void testComparator() throws Exception {
|
||||||
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/comparator.kt");
|
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/comparator.kt");
|
||||||
@@ -155,6 +150,11 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
|
|||||||
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/fileFilter.kt");
|
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/fileFilter.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("inheritedSimple.kt")
|
||||||
|
public void testInheritedSimple() throws Exception {
|
||||||
|
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/inheritedSimple.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("nonLiteralAndLiteralRunnable.kt")
|
@TestMetadata("nonLiteralAndLiteralRunnable.kt")
|
||||||
public void testNonLiteralAndLiteralRunnable() throws Exception {
|
public void testNonLiteralAndLiteralRunnable() throws Exception {
|
||||||
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/nonLiteralAndLiteralRunnable.kt");
|
doTestWithJava("compiler/testData/codegen/boxWithJava/samAdapters/nonLiteralAndLiteralRunnable.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user