Update tests after switching to LV 2.0
Related to KT-59171
This commit is contained in:
committed by
Space Team
parent
5fb38008b7
commit
2a8b655294
@@ -1120,21 +1120,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/resultInReturnTypeSupportedByDefault15.args");
|
||||
}
|
||||
|
||||
@TestMetadata("resultInReturnTypeUnsupportedByDefault14.args")
|
||||
public void testResultInReturnTypeUnsupportedByDefault14() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/resultInReturnTypeUnsupportedByDefault14.args");
|
||||
}
|
||||
|
||||
@TestMetadata("resultInReturnTypeWithEnabledInlineClasses.args")
|
||||
public void testResultInReturnTypeWithEnabledInlineClasses() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/resultInReturnTypeWithEnabledInlineClasses.args");
|
||||
}
|
||||
|
||||
@TestMetadata("resultInReturnTypeWithEnabledInlineClassesXX.args")
|
||||
public void testResultInReturnTypeWithEnabledInlineClassesXX() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/resultInReturnTypeWithEnabledInlineClassesXX.args");
|
||||
}
|
||||
|
||||
@TestMetadata("returnAsWhenKey.args")
|
||||
public void testReturnAsWhenKey() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/returnAsWhenKey.args");
|
||||
@@ -1240,11 +1225,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/useMixedNamedArgumentsFlag.args");
|
||||
}
|
||||
|
||||
@TestMetadata("variableInWhenSubject.args")
|
||||
public void testVariableInWhenSubject() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/variableInWhenSubject.args");
|
||||
}
|
||||
|
||||
@TestMetadata("warningJdkWithNoJdk.args")
|
||||
public void testWarningJdkWithNoJdk() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/warningJdkWithNoJdk.args");
|
||||
|
||||
Reference in New Issue
Block a user