From: Reid Kleckner Date: Wed, 11 Oct 2017 21:25:03 +0000 (+0000) Subject: Attempt to fix failing llvm-rc include-paths.text X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=915045152dc09e5118dc99ea8c0d039dfd05cd17;p=llvm Attempt to fix failing llvm-rc include-paths.text git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315514 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-rc/include-paths.test b/test/tools/llvm-rc/include-paths.test index ee7e75feb44..e20ff7e2c99 100644 --- a/test/tools/llvm-rc/include-paths.test +++ b/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