Minor: fix testdata

This commit is contained in:
Zalim Bashorov
2016-02-03 17:35:14 +03:00
parent 805410bb19
commit 030c55ebb2
+22
View File
@@ -1,3 +1,25 @@
WARN: Source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt
module file path: compiler/testData/cli/jvm/nonexistentPathInModule.xml
content:
<modules>
<module name="name" outputDir="whatever" type="java-production">
<sources path="nonexistentFile.kt"/>
<sources path="some/nonexistent/dir/"/>
</module>
</modules>
WARN: Source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir
module file path: compiler/testData/cli/jvm/nonexistentPathInModule.xml
content:
<modules>
<module name="name" outputDir="whatever" type="java-production">
<sources path="nonexistentFile.kt"/>
<sources path="some/nonexistent/dir/"/>
</module>
</modules>
error: source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt
error: source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir
COMPILATION_ERROR