[JVM_IR] Add tests of Compose-like default argument handling.
This commit is contained in:
committed by
Alexander Udalov
parent
a7efa5c98b
commit
83588e9f22
@@ -251,8 +251,6 @@ fun main(args: Array<String>) {
|
||||
model("ir/sourceRanges")
|
||||
}
|
||||
|
||||
|
||||
|
||||
testClass<AbstractBytecodeListingTest> {
|
||||
model("codegen/bytecodeListing", targetBackend = TargetBackend.JVM)
|
||||
}
|
||||
@@ -462,6 +460,10 @@ fun main(args: Array<String>) {
|
||||
model("lexer/kotlin")
|
||||
}
|
||||
|
||||
testClass<AbstractComposeLikeIrBlackBoxCodegenTest> {
|
||||
model("codegen/composeLike", targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
testClass<AbstractIrBlackBoxCodegenTest> {
|
||||
model("codegen/box", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user