[JVM_IR] Refactor and add bytecode text tests for compose-like code.
Tests that the default argument mask is not in the local variable table.
This commit is contained in:
committed by
Alexander Udalov
parent
83588e9f22
commit
fadedc84db
@@ -464,6 +464,10 @@ fun main(args: Array<String>) {
|
||||
model("codegen/composeLike", targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
testClass<AbstractComposeLikeIrBytecodeTextTest> {
|
||||
model("codegen/composeLikeBytecodeText", targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
testClass<AbstractIrBlackBoxCodegenTest> {
|
||||
model("codegen/box", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user