[llvm-cvtres] Don't polute the test directory.
llvm-svn: 305097
This commit is contained in:
parent
d2a1b944bc
commit
a5a173639c
|
|
@ -2,7 +2,7 @@
|
||||||
// rc.exe:
|
// rc.exe:
|
||||||
// > rc /fo test_resource.res /nologo test_resource.rc
|
// > rc /fo test_resource.res /nologo test_resource.rc
|
||||||
|
|
||||||
RUN: llvm-cvtres /verbose %p/Inputs/test_resource.res | FileCheck %s
|
RUN: llvm-cvtres /verbose /out:/dev/null %p/Inputs/test_resource.res | FileCheck %s
|
||||||
|
|
||||||
CHECK: Number of resources: 8
|
CHECK: Number of resources: 8
|
||||||
CHECK-NEXT: Resource Tree [
|
CHECK-NEXT: Resource Tree [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue