Fix the diagnostic.cpp test to explicitly disable more google checks
authorReid Kleckner <reid@kleckner.net>
Tue, 15 Jul 2014 18:52:34 +0000 (18:52 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 15 Jul 2014 18:52:34 +0000 (18:52 +0000)
commit230660cf21fc1229073e035da803829f747dfcca
tree4997e3dc8db5296e3fc6ceeeeec3875f50f8d352
parentdb88e31e1aad26f1067017a88234e261f369c682
Fix the diagnostic.cpp test to explicitly disable more google checks

Imagine, hypothetically, that you had a build of clang-tidy that enabled
the google-* checks by default.  If you had such a binary, then this
test would fail.  Making it pass in that configuration isn't such a bad
thing.

llvm-svn: 213085
clang-tools-extra/test/clang-tidy/diagnostic.cpp