]> granicus.if.org Git - llvm/commitdiff
Attempt to fix failing llvm-rc include-paths.text
authorReid Kleckner <rnk@google.com>
Wed, 11 Oct 2017 21:25:03 +0000 (21:25 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 11 Oct 2017 21:25:03 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315514 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-rc/include-paths.test

index ee7e75feb44220710917a3919918ab627af8d0ca..e20ff7e2c99141821084fcdd3fd6af23781243c4 100644 (file)
@@ -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