]> granicus.if.org Git - clang/commit
test/Modules: Use FileCheck's -allow-empty instead of "count 0"
authorJustin Bogner <mail@justinbogner.com>
Thu, 7 Aug 2014 18:45:21 +0000 (18:45 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 7 Aug 2014 18:45:21 +0000 (18:45 +0000)
commite4b4515edb400ceda46216c9d6f861ec1f21c829
tree7bbe4ab0e78185e5bf87e503ecd584f4729d4c38
parent54c15526a13643a40bc85b4f84f81002731a5ac4
test/Modules: Use FileCheck's -allow-empty instead of "count 0"

Piping stderr into "count 0" in tests doesn't work - things like guard
malloc write to stderr and mess up the count. This comes up all the
time, so I've added a feature to FileCheck to fix it this time.

Fixes test failures caused by r215046 under guard malloc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215129 91177308-0d34-0410-b5e6-96231b3b80d8
test/Modules/Rmodule-build.m