Minor. Regenerated test.
This commit is contained in:
@@ -198,18 +198,18 @@ public class KotlincExecutableTestGenerated extends AbstractKotlincExecutableTes
|
|||||||
doJsTest(fileName);
|
doJsTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("outputIsDirectory.args")
|
|
||||||
public void testOutputIsDirectory() throws Exception {
|
|
||||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/cli/js/outputIsDirectory.args");
|
|
||||||
doJsTest(fileName);
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("notValidLibraryDir.args")
|
@TestMetadata("notValidLibraryDir.args")
|
||||||
public void testNotValidLibraryDir() throws Exception {
|
public void testNotValidLibraryDir() throws Exception {
|
||||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/cli/js/notValidLibraryDir.args");
|
String fileName = JetTestUtils.navigationMetadata("compiler/testData/cli/js/notValidLibraryDir.args");
|
||||||
doJsTest(fileName);
|
doJsTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("outputIsDirectory.args")
|
||||||
|
public void testOutputIsDirectory() throws Exception {
|
||||||
|
String fileName = JetTestUtils.navigationMetadata("compiler/testData/cli/js/outputIsDirectory.args");
|
||||||
|
doJsTest(fileName);
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("outputPostfixFileNotFound.args")
|
@TestMetadata("outputPostfixFileNotFound.args")
|
||||||
public void testOutputPostfixFileNotFound() throws Exception {
|
public void testOutputPostfixFileNotFound() throws Exception {
|
||||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/cli/js/outputPostfixFileNotFound.args");
|
String fileName = JetTestUtils.navigationMetadata("compiler/testData/cli/js/outputPostfixFileNotFound.args");
|
||||||
|
|||||||
Reference in New Issue
Block a user