Remove tests on -Xuse-ir compiler flag
This flag is going to be removed because old backend is not supported anymore, therefore there's no need to test it.
This commit is contained in:
committed by
Space Team
parent
22096cec3c
commit
bb4bb58453
@@ -840,16 +840,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/jvmDefaultIncorrectValue.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmIrByDefault1_4.args")
|
||||
public void testJvmIrByDefault1_4() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmIrByDefault1_4.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmIrByDefault1_5.args")
|
||||
public void testJvmIrByDefault1_5() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmIrByDefault1_5.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmRecordOk.args")
|
||||
public void testJvmRecordOk() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmRecordOk.args");
|
||||
|
||||
Reference in New Issue
Block a user