diff options
-rw-r--r-- | llvm/test/tools/llvm-rc/include-paths.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-rc/include-paths.test b/llvm/test/tools/llvm-rc/include-paths.test index ee7e75feb44..e20ff7e2c99 100644 --- a/llvm/test/tools/llvm-rc/include-paths.test +++ b/llvm/test/tools/llvm-rc/include-paths.test @@ -1,5 +1,5 @@ ; Should find the bitmap if it is in the same folder as the rc file. -; RUN: rm %t.include.res +; RUN: rm -f %t.include.res ; RUN: llvm-rc /FO %t.include.res %p/Inputs/include.rc ; RUN: llvm-readobj %t.include.res | FileCheck --check-prefix=FOUND %s |