projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7436d95
)
Fix spelling I ran over while proof-reading tests.
author
Manuel Klimek
<klimek@google.com>
Tue, 4 Dec 2012 14:42:08 +0000
(14:42 +0000)
committer
Manuel Klimek
<klimek@google.com>
Tue, 4 Dec 2012 14:42:08 +0000
(14:42 +0000)
llvm-svn: 169271
clang/unittests/ASTMatchers/ASTMatchersTest.cpp
patch
|
blob
|
history
diff --git
a/clang/unittests/ASTMatchers/ASTMatchersTest.cpp
b/clang/unittests/ASTMatchers/ASTMatchersTest.cpp
index
f640dff
..
32b1496
100644
(file)
--- a/
clang/unittests/ASTMatchers/ASTMatchersTest.cpp
+++ b/
clang/unittests/ASTMatchers/ASTMatchersTest.cpp
@@
-1040,7
+1040,7
@@
TEST(Matcher, VariableUsage) {
"}", Reference));
}
-TEST(Matcher, FindsVarDeclInFunc
it
onParameter) {
+TEST(Matcher, FindsVarDeclInFunc
ti
onParameter) {
EXPECT_TRUE(matches(
"void f(int i) {}",
varDecl(hasName("i"))));