Fix generating folder for java8 tests
This commit is contained in:
@@ -336,7 +336,7 @@ fun main(args: Array<String>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
testGroup("compiler/java8-tests/tests", "compiler/testData") {
|
testGroup("compiler/tests-java8/tests", "compiler/testData") {
|
||||||
testClass<AbstractBlackBoxCodegenTest>("BlackBoxWithJava8CodegenTestGenerated") {
|
testClass<AbstractBlackBoxCodegenTest>("BlackBoxWithJava8CodegenTestGenerated") {
|
||||||
model("codegen/java8/box")
|
model("codegen/java8/box")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user