Tests: remove bytecode listing tests for old JVM backend

These tests are mostly used to check ABI in case you're compiling a
library or library-like code, which is no longer possible (since old JVM
backend is only used in the IDE).
This commit is contained in:
Alexander Udalov
2023-11-01 15:44:42 +01:00
committed by Space Team
parent 56936e2012
commit 1cf04916d6
8 changed files with 10 additions and 2725 deletions
@@ -171,10 +171,6 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
model("codegen/boxInline")
}
testClass<AbstractBytecodeListingTest> {
model("codegen/bytecodeListing")
}
testClass<AbstractIrBytecodeListingTest> {
model("codegen/bytecodeListing")
}