Fixed GenerateCompilerTestsAgainstKlib.kt compilation
Relates to #KTI-17
This commit is contained in:
+7
-5
@@ -6,15 +6,17 @@
|
||||
package org.jetbrains.kotlin.generators.tests
|
||||
|
||||
import org.jetbrains.kotlin.codegen.ir.AbstractCompileKotlinAgainstKlibTest
|
||||
import org.jetbrains.kotlin.generators.tests.generator.testGroup
|
||||
import org.jetbrains.kotlin.generators.tests.generator.testGroupSuite
|
||||
import org.jetbrains.kotlin.test.TargetBackend
|
||||
|
||||
fun main() {
|
||||
fun main(args: Array<String>) {
|
||||
System.setProperty("java.awt.headless", "true")
|
||||
|
||||
testGroup("compiler/tests-against-klib/tests", "compiler/testData") {
|
||||
testClass<AbstractCompileKotlinAgainstKlibTest> {
|
||||
model("codegen/boxKlib", targetBackend = TargetBackend.JVM_IR)
|
||||
testGroupSuite(args) {
|
||||
testGroup("compiler/tests-against-klib/tests", "compiler/testData") {
|
||||
testClass<AbstractCompileKotlinAgainstKlibTest> {
|
||||
model("codegen/boxKlib", targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user