[llvm] r315514 - Attempt to fix failing llvm-rc include-paths.text
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 14:25:03 PDT 2017
Author: rnk
Date: Wed Oct 11 14:25:03 2017
New Revision: 315514
URL: http://llvm.org/viewvc/llvm-project?rev=315514&view=rev
Log:
Attempt to fix failing llvm-rc include-paths.text
Modified:
llvm/trunk/test/tools/llvm-rc/include-paths.test
Modified: llvm/trunk/test/tools/llvm-rc/include-paths.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-rc/include-paths.test?rev=315514&r1=315513&r2=315514&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-rc/include-paths.test (original)
+++ llvm/trunk/test/tools/llvm-rc/include-paths.test Wed Oct 11 14:25:03 2017
@@ -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
More information about the llvm-commits
mailing list