KT-52671: Add CLI test
The issue in question was obsoleted by development of K2/MPP. ^KT-52671
This commit is contained in:
committed by
Space Team
parent
bfa2c92c7f
commit
47c32ef37f
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user