KJS: remove no longer valid test

This commit is contained in:
Zalim Bashorov
2016-11-15 15:16:40 +03:00
parent aa2a4f0794
commit 01d10a9592
3 changed files with 0 additions and 29 deletions
@@ -5687,12 +5687,6 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("nestedNative.kt")
public void testNestedNative() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/nestedTypes/nestedNative.kt");
doTest(fileName);
}
@TestMetadata("nestedObjectLazyInitialized.kt")
public void testNestedObjectLazyInitialized() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/nestedTypes/nestedObjectLazyInitialized.kt");