]> granicus.if.org Git - clang/commitdiff
Fix spelling I ran over while proof-reading tests.
authorManuel Klimek <klimek@google.com>
Tue, 4 Dec 2012 14:42:08 +0000 (14:42 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 4 Dec 2012 14:42:08 +0000 (14:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169271 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ASTMatchers/ASTMatchersTest.cpp

index f640dff16f6ebe02178ccda63903b3c9e9af6ec4..32b149625216c4c776d5489ebdf8730c14d95da8 100644 (file)
@@ -1040,7 +1040,7 @@ TEST(Matcher, VariableUsage) {
       "}", Reference));
 }
 
-TEST(Matcher, FindsVarDeclInFuncitonParameter) {
+TEST(Matcher, FindsVarDeclInFunctionParameter) {
   EXPECT_TRUE(matches(
       "void f(int i) {}",
       varDecl(hasName("i"))));