Minor: IGNORE_BACKEND: ANY_FIR -> IGNORE_BACKEND_FIR: ANY
for consistency with blackbox tests.
This commit is contained in:
@@ -587,9 +587,13 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("compiler/fir/fir2ir/tests", "compiler/testData") {
|
||||
testGroup(
|
||||
"compiler/fir/fir2ir/tests", "compiler/testData",
|
||||
testRunnerMethodName = "runTestWithCustomIgnoreDirective",
|
||||
additionalRunnerArguments = listOf("\"// IGNORE_BACKEND_FIR: \"")
|
||||
) {
|
||||
testClass<AbstractFir2IrTextTest> {
|
||||
model("ir/irText", targetBackend = TargetBackend.ANY_FIR)
|
||||
model("ir/irText")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user