LV 2.0: drop a duplicating CLI test

This commit is contained in:
Mikhail Glukhikh
2023-09-15 17:25:18 +02:00
committed by Space Team
parent 198aa675cc
commit 3e1f4c11dc
4 changed files with 0 additions and 23 deletions
@@ -1200,11 +1200,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutMarker.args");
}
@TestMetadata("useDeclarationThatWasExperimentalWithoutMarker2.args")
public void testUseDeclarationThatWasExperimentalWithoutMarker2() throws Exception {
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutMarker2.args");
}
@TestMetadata("useMixedNamedArgumentsFlag.args")
public void testUseMixedNamedArgumentsFlag() throws Exception {
runTest("compiler/testData/cli/jvm/useMixedNamedArgumentsFlag.args");