JVM_IR box tests for JDK9
This commit is contained in:
+4
@@ -153,6 +153,10 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
|
||||
model("codegen/java9/box")
|
||||
}
|
||||
|
||||
testClass<AbstractJdk9IrBlackBoxCodegenTest> {
|
||||
model("codegen/java9/box", targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
testClass<AbstractScriptCodegenTest> {
|
||||
model("codegen/script", extension = "kts")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user