fe829add44
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
7 lines
253 B
XML
Vendored
7 lines
253 B
XML
Vendored
<modules>
|
|
<module name="name" outputDir="$TEMP_DIR$/whatever" type="java-production">
|
|
<sources path="$TESTDATA_DIR$/duplicateSourcesInModule.kt"/>
|
|
<sources path="$TESTDATA_DIR$/duplicateSourcesInModule.kt"/>
|
|
</module>
|
|
</modules>
|