Move java 8 tests to java8 folder

This commit is contained in:
Mikhael Bogdanov
2018-02-06 10:24:41 +01:00
parent 7e512ba018
commit ad48099ca6
6 changed files with 12 additions and 36 deletions
@@ -297,6 +297,18 @@ public class BlackBoxWithJava8CodegenTestGenerated extends AbstractBlackBoxCodeg
doTest(fileName);
}
@TestMetadata("kt6301.kt")
public void testKt6301() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/jvm8/kt6301.kt");
doTest(fileName);
}
@TestMetadata("kt6301_2.kt")
public void testKt6301_2() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/jvm8/kt6301_2.kt");
doTest(fileName);
}
@TestMetadata("oneImplementation.kt")
public void testOneImplementation() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt");