JS: add -Xmetadata-only flag for JS common code modules (KT-33142 fixed)
This commit is contained in:
@@ -769,6 +769,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/js/libraryDirNotFound.args");
|
||||
}
|
||||
|
||||
@TestMetadata("moduleWithMetadataOnlyDependency.args")
|
||||
public void testModuleWithMetadataOnlyDependency() throws Exception {
|
||||
runTest("compiler/testData/cli/js/moduleWithMetadataOnlyDependency.args");
|
||||
}
|
||||
|
||||
@TestMetadata("modulesWithSameNames.args")
|
||||
public void testModulesWithSameNames() throws Exception {
|
||||
runTest("compiler/testData/cli/js/modulesWithSameNames.args");
|
||||
|
||||
Reference in New Issue
Block a user