From 2981a19485b34caecd863f8f29c61d070acb70ed Mon Sep 17 00:00:00 2001 From: Nick Kledzik Date: Fri, 12 Sep 2014 22:46:01 +0000 Subject: [PATCH] Stop suppress error messages in test case to see why one buildbot is failing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217715 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-objdump/macho-rebase.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/llvm-objdump/macho-rebase.test b/test/tools/llvm-objdump/macho-rebase.test index 98e7f32f7d3..96df3905895 100644 --- a/test/tools/llvm-objdump/macho-rebase.test +++ b/test/tools/llvm-objdump/macho-rebase.test @@ -1,5 +1,5 @@ # RUN: llvm-objdump -macho -rebase -arch x86_64 \ -# RUN: %p/Inputs/rebase.macho-x86_64 2>/dev/null | FileCheck %s +# RUN: %p/Inputs/rebase.macho-x86_64 | FileCheck %s # CHECK: segment section address type -- 2.34.1