]> granicus.if.org Git - clang/commit
Fix tests to be more specific.
authorSamuel Benzaquen <sbenza@google.com>
Thu, 29 Aug 2013 15:39:26 +0000 (15:39 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Thu, 29 Aug 2013 15:39:26 +0000 (15:39 +0000)
commitb80aad8d30340cdd47ecb6a5bafe46cf5e47cfe9
tree7703c6ed8c963cf9e775c4699b1902fff1f42af8
parentc41e8198dc1f24a1c6d35046fc4d478546761648
Fix tests to be more specific.
The environments can inject some declaration in every translation unit,
which can match very generic matchers, thus failing the tests.

Summary:
Fix tests to be more specific.
The environments can inject some declaration in every translation unit,
which can match very generic matchers, thus failing the tests.

Reviewers: aaron.ballman

CC: klimek, cfe-commits, revane
Differential Revision: http://llvm-reviews.chandlerc.com/D1541

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189587 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ASTMatchers/Dynamic/RegistryTest.cpp