From 51ac5bb4c49f50ce9c0b41352045857127024dbb Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 23 Sep 2015 17:59:45 +0000 Subject: [PATCH] Temporarily make testcase more verbose to debug a msvc buildbot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248403 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/dsymutil/X86/mismatch.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/tools/dsymutil/X86/mismatch.m b/test/tools/dsymutil/X86/mismatch.m index f72eb4dbaad..832f9f474ef 100644 --- a/test/tools/dsymutil/X86/mismatch.m +++ b/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; -- 2.34.1