Minor: fix typo in file name

This commit is contained in:
Zalim Bashorov
2016-11-17 13:53:40 +03:00
parent e1248f8f0b
commit 8c630954a8
2 changed files with 6 additions and 6 deletions
@@ -3425,12 +3425,6 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("formNestedNativeClass.kt")
public void testFormNestedNativeClass() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/formNestedNativeClass.kt");
doTest(fileName);
}
@TestMetadata("fromFakeClasses.kt")
public void testFromFakeClasses() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/fromFakeClasses.kt");
@@ -3443,6 +3437,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("fromNestedNativeClass.kt")
public void testFromNestedNativeClass() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/fromNestedNativeClass.kt");
doTest(fileName);
}
@TestMetadata("inheritFromCharIterator.kt")
public void testInheritFromCharIterator() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/inheritFromCharIterator.kt");