Fix typo in forInArrayWithIndex testdata filenames.
This commit is contained in:
committed by
max-kammerer
parent
9066614cb9
commit
7f803e60b6
+28
-28
@@ -5296,19 +5296,24 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexContinuesAsUnmodified.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInArrrayWithIndexNoElementVar.kt")
|
||||
public void testForInArrrayWithIndexNoElementVar() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrrayWithIndexNoElementVar.kt");
|
||||
@TestMetadata("forInArrayWithIndexNoElementVar.kt")
|
||||
public void testForInArrayWithIndexNoElementVar() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoElementVar.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInArrrayWithIndexNoIndexVar.kt")
|
||||
public void testForInArrrayWithIndexNoIndexVar() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrrayWithIndexNoIndexVar.kt");
|
||||
@TestMetadata("forInArrayWithIndexNoIndexVar.kt")
|
||||
public void testForInArrayWithIndexNoIndexVar() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexVar.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInArrrayWithIndexWithExplicitlyTypedIndexVariable.kt")
|
||||
public void testForInArrrayWithIndexWithExplicitlyTypedIndexVariable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrrayWithIndexWithExplicitlyTypedIndexVariable.kt");
|
||||
@TestMetadata("forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt")
|
||||
public void testForInArrayWithIndexWithExplicitlyTypedIndexVariable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInByteArrayWithIndex.kt")
|
||||
public void testForInByteArrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInByteArrayWithIndexWithSmartCast.kt")
|
||||
@@ -5316,14 +5321,9 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndexWithSmartCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInByteArrrayWithIndex.kt")
|
||||
public void testForInByteArrrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInEmptyArrrayWithIndex.kt")
|
||||
public void testForInEmptyArrrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInEmptyArrrayWithIndex.kt");
|
||||
@TestMetadata("forInEmptyArrayWithIndex.kt")
|
||||
public void testForInEmptyArrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInEmptyArrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInGenericArrayOfIntsWithIndex.kt")
|
||||
@@ -5341,30 +5341,30 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntArrayWithIndex.kt")
|
||||
public void testForInIntArrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntArrayWithIndexWithSmartCast.kt")
|
||||
public void testForInIntArrayWithIndexWithSmartCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndexWithSmartCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntArrrayWithIndex.kt")
|
||||
public void testForInIntArrrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrrayWithIndex.kt");
|
||||
@TestMetadata("forInObjectArrayWithIndex.kt")
|
||||
public void testForInObjectArrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInObjectArrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInObjectArrrayWithIndex.kt")
|
||||
public void testForInObjectArrrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInObjectArrrayWithIndex.kt");
|
||||
@TestMetadata("forInShortArrayWithIndex.kt")
|
||||
public void testForInShortArrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInShortArrayWithIndexWithSmartCast.kt")
|
||||
public void testForInShortArrayWithIndexWithSmartCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndexWithSmartCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInShortArrrayWithIndex.kt")
|
||||
public void testForInShortArrrayWithIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrrayWithIndex.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex")
|
||||
|
||||
Reference in New Issue
Block a user