Minor, delete useless test

'withKotlinNoJavaSources' tests exactly the same
This commit is contained in:
Alexander Udalov
2015-06-05 15:50:48 +03:00
parent e224337ff3
commit f5ec8d6850
5 changed files with 0 additions and 42 deletions
@@ -59,12 +59,6 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest {
doTest(fileName);
}
@TestMetadata("noClasspathGiven")
public void testNoClasspathGiven() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/integration/ant/jvm/noClasspathGiven/");
doTest(fileName);
}
@TestMetadata("suppressWarnings")
public void testSuppressWarnings() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/integration/ant/jvm/suppressWarnings/");