KT-52671: Add CLI test

The issue in question was obsoleted by development of K2/MPP.

^KT-52671
This commit is contained in:
Stanislav Ruban
2023-05-05 09:51:08 +03:00
committed by Space Team
parent bfa2c92c7f
commit 47c32ef37f
5 changed files with 21 additions and 0 deletions
@@ -865,6 +865,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/jvmRecordWrongTarget.args");
}
@TestMetadata("k2SimpleMultiplatformGenericClass.args")
public void testK2SimpleMultiplatformGenericClass() throws Exception {
runTest("compiler/testData/cli/jvm/k2SimpleMultiplatformGenericClass.args");
}
@TestMetadata("kotlinHomeWithoutStdlib.args")
public void testKotlinHomeWithoutStdlib() throws Exception {
runTest("compiler/testData/cli/jvm/kotlinHomeWithoutStdlib.args");