diff options
author | Nick Kledzik <kledzik@apple.com> | 2014-09-12 22:46:01 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2014-09-12 22:46:01 +0000 |
commit | b8536b1db8302a367f727515b85a4eb60835ec84 (patch) | |
tree | 5bce152043d32d4b001944d3796e3d4e59c23567 | |
parent | 44e442b3dfc585bf7afc67075f747471253a5a5d (diff) | |
download | bcm5719-llvm-b8536b1db8302a367f727515b85a4eb60835ec84.tar.gz bcm5719-llvm-b8536b1db8302a367f727515b85a4eb60835ec84.zip |
Stop suppress error messages in test case to see why one buildbot is failing
llvm-svn: 217715
-rw-r--r-- | llvm/test/tools/llvm-objdump/macho-rebase.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objdump/macho-rebase.test b/llvm/test/tools/llvm-objdump/macho-rebase.test index 98e7f32f7d3..96df3905895 100644 --- a/llvm/test/tools/llvm-objdump/macho-rebase.test +++ b/llvm/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 |