IR text tests: Don't dump signature mangled names for IR-based descriptors
^KT-57788
This commit is contained in:
committed by
Space Team
parent
07aad38c69
commit
cbf21acede
Generated
-6
@@ -2386,12 +2386,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
||||
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ImplicitReceiverStack.kt")
|
||||
public void testImplicitReceiverStack() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inapplicableCollectionSet.kt")
|
||||
public void testInapplicableCollectionSet() throws Exception {
|
||||
|
||||
-6
@@ -2386,12 +2386,6 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ImplicitReceiverStack.kt")
|
||||
public void testImplicitReceiverStack() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inapplicableCollectionSet.kt")
|
||||
public void testInapplicableCollectionSet() throws Exception {
|
||||
|
||||
-6
@@ -2386,12 +2386,6 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ImplicitReceiverStack.kt")
|
||||
public void testImplicitReceiverStack() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inapplicableCollectionSet.kt")
|
||||
public void testInapplicableCollectionSet() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user