OSDN Git Service

Temporarily make testcase more verbose to debug a msvc buildbot failure.
authorAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 17:59:45 +0000 (17:59 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 17:59:45 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248403 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/dsymutil/X86/mismatch.m

index f72eb4d..832f9f4 100644 (file)
@@ -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;