CLI: remove obsolete -Xdump-declarations-to

It was only used in the very old version of binary compatibility
validator. It was never supported in the JVM IR backend.
This commit is contained in:
Alexander Udalov
2023-09-17 00:21:14 +02:00
committed by Space Team
parent d450e3074b
commit 49c659b379
35 changed files with 0 additions and 1625 deletions
@@ -130,10 +130,6 @@ fun generateJUnit3CompilerTests(args: Array<String>, mainClassName: String?) {
model("codegen/defaultArguments/reflection")
}
testClass<AbstractDumpDeclarationsTest> {
model("codegen/dumpDeclarations")
}
testClass<AbstractLoadJavaTest> {
model("loadJava/compiledJava", extension = "java", testMethod = "doTestCompiledJava")
model("loadJava/compiledJavaAndKotlin", extension = "txt", testMethod = "doTestCompiledJavaAndKotlin")
@@ -91,7 +91,6 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
model("codegen/composeLike")
model("codegen/composeLikeBytecodeText")
model("codegen/defaultArguments")
model("codegen/dumpDeclarations")
model("codegen/script", pattern = "^(.*)\\.kts?$", excludedPattern = excludedCustomTestdataPattern)
}