Add warning if both -Xuse-ir and -Xuse-old-backend are passed

This commit is contained in:
Alexander Udalov
2021-01-07 22:58:04 +01:00
parent cb3191769d
commit 12078666c2
5 changed files with 23 additions and 0 deletions
@@ -101,6 +101,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/argumentPassedMultipleTimes.args");
}
@TestMetadata("bothJvmIrAndOldBackend.args")
public void testBothJvmIrAndOldBackend() throws Exception {
runTest("compiler/testData/cli/jvm/bothJvmIrAndOldBackend.args");
}
@TestMetadata("classAndFileClassClash.args")
public void testClassAndFileClassClash() throws Exception {
runTest("compiler/testData/cli/jvm/classAndFileClassClash.args");