Skip to content

Commit

Permalink
Remove unnecessary expectation.
Browse files Browse the repository at this point in the history
llvm-svn: 354135
  • Loading branch information
ymand committed Feb 15, 2019
1 parent e1f0a0e commit c11f074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Expand Up @@ -488,7 +488,6 @@ TEST(MatcherCXXMemberCallExpr, On) {
EXPECT_TRUE(notMatches(Snippet2, MatchesY));

auto MatchesX = cxxMemberCallExpr(on(hasType(cxxRecordDecl(hasName("X")))));
EXPECT_TRUE(notMatches(Snippet1, MatchesX));
EXPECT_TRUE(matches(Snippet2, MatchesX));

// Parens are ignored.
Expand Down

0 comments on commit c11f074

Please sign in to comment.