Drop "-printArgs"
This commit is contained in:
@@ -74,11 +74,6 @@ public class KotlincExecutableTestGenerated extends AbstractKotlincExecutableTes
|
||||
doJvmTest("compiler/testData/cli/jvm/nonExistingSourcePath.args");
|
||||
}
|
||||
|
||||
@TestMetadata("printArguments.args")
|
||||
public void testPrintArguments() throws Exception {
|
||||
doJvmTest("compiler/testData/cli/jvm/printArguments.args");
|
||||
}
|
||||
|
||||
@TestMetadata("signatureClash.args")
|
||||
public void testSignatureClash() throws Exception {
|
||||
doJvmTest("compiler/testData/cli/jvm/signatureClash.args");
|
||||
@@ -181,11 +176,6 @@ public class KotlincExecutableTestGenerated extends AbstractKotlincExecutableTes
|
||||
doJsTest("compiler/testData/cli/js/outputPrefixFileNotFound.args");
|
||||
}
|
||||
|
||||
@TestMetadata("printArgumentsWithManyValue.args")
|
||||
public void testPrintArgumentsWithManyValue() throws Exception {
|
||||
doJsTest("compiler/testData/cli/js/printArgumentsWithManyValue.args");
|
||||
}
|
||||
|
||||
@TestMetadata("simple2js.args")
|
||||
public void testSimple2js() throws Exception {
|
||||
doJsTest("compiler/testData/cli/js/simple2js.args");
|
||||
|
||||
Reference in New Issue
Block a user