Migrate bytecode text tests to multi-file framework

Get rid of BytecodeTextMultifileTestGenerated
This commit is contained in:
Alexander Udalov
2016-02-25 14:34:18 +03:00
parent fbc2fe74ad
commit 647e188a08
20 changed files with 214 additions and 208 deletions
@@ -221,14 +221,10 @@ fun main(args: Array<String>) {
model("codegen/script", extension = "kts")
}
testClass(AbstractBytecodeTextTest::class.java) {
testClass<AbstractBytecodeTextTest>() {
model("codegen/bytecodeText")
}
testClass(AbstractBytecodeTextTest::class.java, "BytecodeTextMultifileTestGenerated") {
model("codegen/bytecodeTextMultifile", extension = null, recursive = false, testMethod = "doTestMultiFile")
}
testClass<AbstractBytecodeListingTest>() {
model("codegen/bytecodeListing")
}