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)
llvm-svn: 169271

clang/unittests/ASTMatchers/ASTMatchersTest.cpp

index f640dff..32b1496 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"))));