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:
committed by
Space Team
parent
56936e2012
commit
1cf04916d6
-4
@@ -171,10 +171,6 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
|
||||
model("codegen/boxInline")
|
||||
}
|
||||
|
||||
testClass<AbstractBytecodeListingTest> {
|
||||
model("codegen/bytecodeListing")
|
||||
}
|
||||
|
||||
testClass<AbstractIrBytecodeListingTest> {
|
||||
model("codegen/bytecodeListing")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user