llvm-profdata: Don't pipe stderr into show for the tests
authorJustin Bogner <mail@justinbogner.com>
Sat, 22 Mar 2014 23:53:43 +0000 (23:53 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 22 Mar 2014 23:53:43 +0000 (23:53 +0000)
commitf0e92a8bcabce44362d687da9fd8d33194566218
tree13e0bd6b57b1ed95e477a6b55a83fa228a230595
parentac732eb20772cc24e8a5f9e400de948a7ea1538e
llvm-profdata: Don't pipe stderr into show for the tests

Some text shows up on stderr when using guard malloc, and this test
was trying to treat that as input to llvm-profdata show. There's no
reason to pipe stderr into show at all here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204549 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-profdata/simple.test