aboutsummaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers/ASTMatchersTest.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-12-04 14:42:08 +0000
committerManuel Klimek <klimek@google.com>2012-12-04 14:42:08 +0000
commit8cb9bf577e3cfe31f1f023ed3a978d726f136edc (patch)
tree88796ca292726d0953465915035c888825a55f2b /unittests/ASTMatchers/ASTMatchersTest.cpp
parent5542635a0fcfcd4b96eecf6f08e3648bd5bf739c (diff)
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
Diffstat (limited to 'unittests/ASTMatchers/ASTMatchersTest.cpp')
-rw-r--r--unittests/ASTMatchers/ASTMatchersTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ASTMatchers/ASTMatchersTest.cpp b/unittests/ASTMatchers/ASTMatchersTest.cpp
index f640dff16f..32b1496252 100644
--- a/unittests/ASTMatchers/ASTMatchersTest.cpp
+++ b/unittests/ASTMatchers/ASTMatchersTest.cpp
@@ -1040,7 +1040,7 @@ TEST(Matcher, VariableUsage) {
"}", Reference));
}
-TEST(Matcher, FindsVarDeclInFuncitonParameter) {
+TEST(Matcher, FindsVarDeclInFunctionParameter) {
EXPECT_TRUE(matches(
"void f(int i) {}",
varDecl(hasName("i"))));