Fix spelling I ran over while proof-reading tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Manuel Klimek 2012-12-04 14:42:08 +00:00
Родитель 5542635a0f
Коммит 8cb9bf577e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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