Drop single-file mode of black box codegen tests

Add regression test for #KT-5190
This commit is contained in:
Alexander Udalov
2016-03-01 19:24:31 +03:00
parent 2de7f38427
commit 933be1e035
3 changed files with 29 additions and 20 deletions
@@ -89,6 +89,12 @@ public class BlackBoxWithJava8CodegenTestGenerated extends AbstractBlackBoxCodeg
doTest(fileName);
}
@TestMetadata("useStream.kt")
public void testUseStream() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/useStream.kt");
doTest(fileName);
}
@TestMetadata("compiler/testData/codegen/java8/box/reflection")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)