Migrate bytecode text tests to multi-file framework
Get rid of BytecodeTextMultifileTestGenerated
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user