From 6137942d097cc9ac9514e6d2a13df2c7554d37bc Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Tue, 4 Dec 2012 14:42:08 +0000 Subject: [PATCH] Fix spelling I ran over while proof-reading tests. llvm-svn: 169271 --- clang/unittests/ASTMatchers/ASTMatchersTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/unittests/ASTMatchers/ASTMatchersTest.cpp b/clang/unittests/ASTMatchers/ASTMatchersTest.cpp index f640dff..32b1496 100644 --- a/clang/unittests/ASTMatchers/ASTMatchersTest.cpp +++ b/clang/unittests/ASTMatchers/ASTMatchersTest.cpp @@ -1040,7 +1040,7 @@ TEST(Matcher, VariableUsage) { "}", Reference)); } -TEST(Matcher, FindsVarDeclInFuncitonParameter) { +TEST(Matcher, FindsVarDeclInFunctionParameter) { EXPECT_TRUE(matches( "void f(int i) {}", varDecl(hasName("i")))); -- 2.7.4