Fix generating folder for java8 tests

This commit is contained in:
Nikolay Krasko
2016-03-25 17:27:35 +03:00
parent c4eb8ceb53
commit f93bf9fbb4
@@ -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")
} }