Remove "legacy" mode of jvm-abi-gen plugin
#KT-55375 Fixed
This commit is contained in:
committed by
Space Team
parent
77c68fc809
commit
9f269b83aa
@@ -179,24 +179,6 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
|
||||
testGroup(
|
||||
"plugins/jvm-abi-gen/test", "plugins/jvm-abi-gen/testData",
|
||||
testRunnerMethodName = "runTestWithCustomIgnoreDirective",
|
||||
additionalRunnerArguments = listOf("\"// IGNORE_BACKEND_LEGACY: \"")
|
||||
) {
|
||||
testClass<AbstractLegacyCompareJvmAbiTest> {
|
||||
model("compare", recursive = false, extension = null, targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
testClass<AbstractLegacyJvmAbiContentTest> {
|
||||
model("content", recursive = false, extension = null, targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
testClass<AbstractLegacyCompileAgainstJvmAbiTest> {
|
||||
model("compile", recursive = false, extension = null, targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/sam-with-receiver/tests-gen", "plugins/sam-with-receiver/testData") {
|
||||
testClass<AbstractSamWithReceiverScriptTest> {
|
||||
model("script", extension = "kts")
|
||||
|
||||
Reference in New Issue
Block a user