Normalize virtual file paths to prevent duplicate sources

#KT-52465 Fixed
This commit is contained in:
Alexander Udalov
2022-05-25 08:54:51 +02:00
parent e25dee558f
commit a7f4981fe5
4 changed files with 14 additions and 3 deletions
@@ -264,6 +264,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/duplicateSourcesInModule.args");
}
@TestMetadata("duplicateSourcesNormalized.args")
public void testDuplicateSourcesNormalized() throws Exception {
runTest("compiler/testData/cli/jvm/duplicateSourcesNormalized.args");
}
@TestMetadata("emptySources.args")
public void testEmptySources() throws Exception {
runTest("compiler/testData/cli/jvm/emptySources.args");