Regenerate ir tests with JVM_IR target

This commit is contained in:
Mikhael Bogdanov
2018-06-28 11:28:51 +02:00
parent dc7678a700
commit a10c06eb4d
4 changed files with 795 additions and 795 deletions
@@ -355,15 +355,15 @@ fun main(args: Array<String>) {
testGroup("compiler/tests-ir-jvm/tests", "compiler/testData") {
testClass<AbstractIrBlackBoxCodegenTest> {
model("codegen/box", targetBackend = TargetBackend.JVM)
model("codegen/box", targetBackend = TargetBackend.JVM_IR)
}
testClass<AbstractIrBlackBoxInlineCodegenTest> {
model("codegen/boxInline")
model("codegen/boxInline", targetBackend = TargetBackend.JVM_IR)
}
testClass<AbstractIrCompileKotlinAgainstInlineKotlinTest> {
model("codegen/boxInline")
model("codegen/boxInline", targetBackend = TargetBackend.JVM_IR)
}
}
}