Tests: remove diagnostic test with incorrect compiler behavior
In fact the latest compiler (neither K1 nor K2) does NOT report an error here, see KT-66522. The error was there in the diagnostic test because the test used custom code which invoked parts of the old JVM backend to report signature clash errors. The issue is rather minor and is present since 1.5, so to reduce confusion, the test is deleted. #KT-66522
This commit is contained in:
committed by
Space Team
parent
d986e0ee9c
commit
7d6cd8d126
-6
@@ -41933,12 +41933,6 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/pureReifiableArrayOperations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RedeclarationMainInMultiFileClass.kt")
|
||||
public void testRedeclarationMainInMultiFileClass() {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/RedeclarationMainInMultiFileClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RenameOnImportHidesDefaultImport.kt")
|
||||
public void testRenameOnImportHidesDefaultImport() {
|
||||
|
||||
-6
@@ -41933,12 +41933,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/pureReifiableArrayOperations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RedeclarationMainInMultiFileClass.kt")
|
||||
public void testRedeclarationMainInMultiFileClass() {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/RedeclarationMainInMultiFileClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RenameOnImportHidesDefaultImport.kt")
|
||||
public void testRenameOnImportHidesDefaultImport() {
|
||||
|
||||
Reference in New Issue
Block a user