mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +00:00
I guess /dev/null is a bad idea on windows. Use a temp file instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
525f44047e
commit
a69f40df77
@ -2,7 +2,7 @@
|
||||
// rc.exe:
|
||||
// > rc /fo test_resource.res /nologo test_resource.rc
|
||||
|
||||
RUN: llvm-cvtres /verbose /out:/dev/null %p/Inputs/test_resource.res | FileCheck %s
|
||||
RUN: llvm-cvtres /verbose /out:%t %p/Inputs/test_resource.res | FileCheck %s
|
||||
|
||||
CHECK: Number of resources: 8
|
||||
CHECK-NEXT: Resource Tree [
|
||||
|
Loading…
x
Reference in New Issue
Block a user