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
This commit is contained in:
Reid Kleckner 2017-10-11 21:25:03 +00:00
parent 7d539ce559
commit 915045152d

View 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