Fix -Xuse-mixed-named-arguments compiler arg

This commit is contained in:
Dmitriy Novozhilov
2019-11-08 15:17:41 +03:00
parent 8561f08f06
commit 45523a5767
5 changed files with 28 additions and 1 deletions
@@ -645,6 +645,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/unsupportedTypeAlias.args");
}
@TestMetadata("useMixedNamedArgumentsFlag.args")
public void testUseMixedNamedArgumentsFlag() throws Exception {
runTest("compiler/testData/cli/jvm/useMixedNamedArgumentsFlag.args");
}
@TestMetadata("warningJdkWithNoJdk.args")
public void testWarningJdkWithNoJdk() throws Exception {
runTest("compiler/testData/cli/jvm/warningJdkWithNoJdk.args");