Files
kotlin-fork/compiler/testData/cli/jvm/nonexistentPathInModule.xml
T
Alexander Udalov fe829add44 Minor, use TEMP_DIR/TESTDATA_DIR in CLI tests on xml build files
Otherwise the "outputDir" in these tests was treated as relative to the
project root, and starting from 63b4302cea, running these tests resulted
in the "whatever" directory being created in the project root
2018-08-07 13:38:30 +02:00

7 lines
238 B
XML
Vendored

<modules>
<module name="name" outputDir="$TEMP_DIR$/whatever" type="java-production">
<sources path="$TESTDATA_DIR$/nonexistentFile.kt"/>
<sources path="$TESTDATA_DIR$/some/nonexistent/dir/"/>
</module>
</modules>