[FIR-TEST] Move fixed test from problems directory
This commit is contained in:
Generated
+5
-5
@@ -63,6 +63,11 @@ public class FirDiagnosticsWithStdlibTestGenerated extends AbstractFirDiagnostic
|
||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/classLiteralForParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("cloneArray.kt")
|
||||
public void testCloneArray() throws Exception {
|
||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/cloneArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("companionLoad.kt")
|
||||
public void testCompanionLoad() throws Exception {
|
||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/companionLoad.kt");
|
||||
@@ -690,11 +695,6 @@ public class FirDiagnosticsWithStdlibTestGenerated extends AbstractFirDiagnostic
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/resolve/testData/resolveWithStdlib/problems"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("cloneArray.kt")
|
||||
public void testCloneArray() throws Exception {
|
||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/cloneArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invokePriority.kt")
|
||||
public void testInvokePriority() throws Exception {
|
||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/invokePriority.kt");
|
||||
|
||||
Reference in New Issue
Block a user