Fix incorrect generation of Ant task tests, restore tests

This commit is contained in:
Alexander Udalov
2021-01-12 22:18:32 +01:00
parent 0e62cd9998
commit 0d6c5dd2bc
2 changed files with 16 additions and 1 deletions
@@ -311,7 +311,7 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
}
testClass<AbstractAntTaskTest> {
model("integration/ant/jvm", extension = null, recursive = false, excludeParentDirs = true)
model("integration/ant/jvm", extension = null, recursive = false)
}
testClass<AbstractControlFlowTest> {