Add the ANY_FIR target for muting Fir2IrText tests
This commit is contained in:
@@ -589,7 +589,7 @@ fun main(args: Array<String>) {
|
||||
|
||||
testGroup("compiler/fir/fir2ir/tests", "compiler/testData") {
|
||||
testClass<AbstractFir2IrTextTest> {
|
||||
model("ir/irText")
|
||||
model("ir/irText", targetBackend = TargetBackend.ANY_FIR)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -135,6 +135,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/classes/initVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("initValInLambda.kt")
|
||||
public void testInitValInLambda() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/initValInLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("initVar.kt")
|
||||
public void testInitVar() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/initVar.kt");
|
||||
|
||||
Reference in New Issue
Block a user