forked from OSchip/llvm-project
Temporarily make testcase more verbose to debug a msvc buildbot failure.
llvm-svn: 248403
This commit is contained in:
parent
5cd6deeae3
commit
c040893085
|
@ -15,7 +15,9 @@
|
|||
*/
|
||||
|
||||
// RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \
|
||||
// RUN: -y %p/dummy-debug-map.map -o %t 2>&1 | FileCheck %s
|
||||
// RUN: -y %p/dummy-debug-map.map -o %t.bin 2>&1 >%t
|
||||
// RUN: cat %t
|
||||
// RUN: cat %t | FileCheck %s
|
||||
|
||||
@import mismatch;
|
||||
|
||||
|
|
Loading…
Reference in New Issue