[cfe-commits] r169271 - /cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp

Manuel Klimek klimek at google.com
Tue Dec 4 06:42:08 PST 2012


Author: klimek
Date: Tue Dec  4 08:42:08 2012
New Revision: 169271

URL: http://llvm.org/viewvc/llvm-project?rev=169271&view=rev
Log:
Fix spelling I ran over while proof-reading tests.

Modified:
    cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp

Modified: cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp?rev=169271&r1=169270&r2=169271&view=diff
==============================================================================
--- cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp (original)
+++ cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp Tue Dec  4 08:42:08 2012
@@ -1040,7 +1040,7 @@
       "}", Reference));
 }
 
-TEST(Matcher, FindsVarDeclInFuncitonParameter) {
+TEST(Matcher, FindsVarDeclInFunctionParameter) {
   EXPECT_TRUE(matches(
       "void f(int i) {}",
       varDecl(hasName("i"))));





More information about the cfe-commits mailing list