[K/JS] Add a secret system property to enable the old Kotlin/JS compiler only for tests until it will be removed from the sources
This commit is contained in:
@@ -1205,9 +1205,9 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/js/jsHelp.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jsOldBackend.args")
|
||||
public void testJsOldBackend() throws Exception {
|
||||
runTest("compiler/testData/cli/js/jsOldBackend.args");
|
||||
@TestMetadata("jsOldBackend_strict.args")
|
||||
public void testJsOldBackend_strict() throws Exception {
|
||||
runTest("compiler/testData/cli/js/jsOldBackend_strict.args");
|
||||
}
|
||||
|
||||
@TestMetadata("kotlinHomeWithoutStdlib.args")
|
||||
|
||||
Reference in New Issue
Block a user