forked from OSchip/llvm-project
Fix spelling I ran over while proof-reading tests.
llvm-svn: 169271
This commit is contained in:
parent
7436d95c9c
commit
6137942d09
|
@ -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"))));
|
||||||
|
|
Loading…
Reference in New Issue