Added support project settings in old kotlin2js compiler and made minor refactoring.
This commit is contained in:
@@ -201,6 +201,14 @@ public class CliTest {
|
||||
executeCompilerCompareOutputJVM(new String[] {"-printArgs", "-script", "compiler/testData/cli/hello.ktscript"});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void printArgumentsWithManyValue() {
|
||||
executeCompilerCompareOutputJS(new String[] {
|
||||
"-printArgs",
|
||||
"-sourceFiles", "compiler/testData/cli/simple2js.kt,compiler/testData/cli/warnings.kt",
|
||||
"-suppress", "warnings"});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void nonExistingClassPathAndAnnotationsPath() {
|
||||
String[] args = {
|
||||
|
||||
Reference in New Issue
Block a user