regenerate tests

This commit is contained in:
Dmitry Jemerov
2015-11-03 14:08:59 +01:00
parent 19af88738b
commit 3f46a13a56
3 changed files with 4 additions and 4 deletions
@@ -1848,7 +1848,7 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("kt5589.kt")
public void testKt5589() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/closures/kt5589.kt");
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/closures/kt5589.kt");
doTest(fileName);
}
@@ -6744,7 +6744,7 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("kt8928.kt")
public void testKt8928() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt8928.kt");
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt8928.kt");
doTest(fileName);
}
@@ -1428,7 +1428,7 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("kt6382.kt")
public void testKt6382() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/defaultArguments/kt6382.kt");
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/defaultArguments/kt6382.kt");
doTestWithStdlib(fileName);
}
@@ -6853,7 +6853,7 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("loopMultiParameter.kt")
public void testLoopMultiParameter() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/quickfix/variables/removeValVarFromParameter/loopMultiParameter.kt");
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/quickfix/variables/removeValVarFromParameter/loopMultiParameter.kt");
doTest(fileName);
}