From efcc5c43906f65eaaac8d00170c175bb4dbbdcc5 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 9 Sep 2016 22:46:16 +0000 Subject: [PATCH] Move the contents of test/elf to test/ELF Having two directories with the same name modulo case does not work well on Windows. The new test/elf directory was added in r281108. I assume the intention was to add the test file to the existing test/ELF dir. llvm-svn: 281115 --- lld/test/{elf => ELF}/format-binary.test | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lld/test/{elf => ELF}/format-binary.test (100%) diff --git a/lld/test/elf/format-binary.test b/lld/test/ELF/format-binary.test similarity index 100% rename from lld/test/elf/format-binary.test rename to lld/test/ELF/format-binary.test