Fix spelling I ran over while proof-reading tests.

llvm-svn: 169271
This commit is contained in:
Manuel Klimek 2012-12-04 14:42:08 +00:00
parent 7436d95c9c
commit 6137942d09
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ TEST(Matcher, VariableUsage) {
"}", Reference)); "}", Reference));
} }
TEST(Matcher, FindsVarDeclInFuncitonParameter) { TEST(Matcher, FindsVarDeclInFunctionParameter) {
EXPECT_TRUE(matches( EXPECT_TRUE(matches(
"void f(int i) {}", "void f(int i) {}",
varDecl(hasName("i")))); varDecl(hasName("i"))));