forked from OSchip/llvm-project
Read /out:%t which was (accidentally?) removed in r305258.
Without it, the source directory gets polluted. llvm-svn: 305271
This commit is contained in:
parent
c104a76baa
commit
4719667540
|
@ -2,7 +2,7 @@
|
|||
// rc.exe:
|
||||
// > rc /fo test_resource.res /nologo test_resource.rc
|
||||
|
||||
RUN: llvm-cvtres /verbose %p/Inputs/test_resource.res | FileCheck %s
|
||||
RUN: llvm-cvtres /out:%t /verbose %p/Inputs/test_resource.res | FileCheck %s
|
||||
|
||||
CHECK: Number of resources: 8
|
||||
CHECK-NEXT: Resource Tree [
|
||||
|
|
Loading…
Reference in New Issue