Do not suppress errors with -Xsuppress-version-warnings

#KT-48833 Fixed
This commit is contained in:
Alexander Udalov
2022-03-07 20:35:04 +01:00
parent adad0b4628
commit 07ebf4ed29
4 changed files with 20 additions and 9 deletions
@@ -679,6 +679,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/kt22304.args");
}
@TestMetadata("kt48833_doNotSuppressVersionErrors.args")
public void testKt48833_doNotSuppressVersionErrors() throws Exception {
runTest("compiler/testData/cli/jvm/kt48833_doNotSuppressVersionErrors.args");
}
@TestMetadata("kt49209.args")
public void testKt49209() throws Exception {
runTest("compiler/testData/cli/jvm/kt49209.args");