diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-09-23 17:59:45 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-09-23 17:59:45 +0000 |
| commit | c040893085ae9ed567441a98078058ba84213320 (patch) | |
| tree | 1a5313726ee743e939a2c8da1c35bb77b17f4c62 /llvm/test/tools | |
| parent | 5cd6deeae352f15ad916123bdeb54bbeea8ffa06 (diff) | |
| download | bcm5719-llvm-c040893085ae9ed567441a98078058ba84213320.tar.gz bcm5719-llvm-c040893085ae9ed567441a98078058ba84213320.zip | |
Temporarily make testcase more verbose to debug a msvc buildbot failure.
llvm-svn: 248403
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/dsymutil/X86/mismatch.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/tools/dsymutil/X86/mismatch.m b/llvm/test/tools/dsymutil/X86/mismatch.m index f72eb4dbaad..832f9f474ef 100644 --- a/llvm/test/tools/dsymutil/X86/mismatch.m +++ b/llvm/test/tools/dsymutil/X86/mismatch.m @@ -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; |

