Minor, remove unneeded codegen test

This test is already present in compiler/testData/cli/jvm/
This commit is contained in:
Alexander Udalov
2017-07-11 12:38:13 +03:00
parent b2a7fb9534
commit 1d46070bd5
4 changed files with 0 additions and 36 deletions
@@ -8330,12 +8330,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("classpath.kt")
public void testClasspath() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/fullJdk/classpath.kt");
doTest(fileName);
}
@TestMetadata("ifInWhile.kt")
public void testIfInWhile() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/fullJdk/ifInWhile.kt");