]> granicus.if.org Git - clang/commitdiff
Comment parsing tests: fix test
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 24 Jul 2012 21:56:59 +0000 (21:56 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 24 Jul 2012 21:56:59 +0000 (21:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160700 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/warn-documentation.cpp

index 61c535eb576ef45b554019a341df994c2b9e7c99..5ec3ffcf68bbf864671471ae92c75fbc0ef29e61 100644 (file)
@@ -144,7 +144,7 @@ int test_param9(int a);
 /// \param [ junk] a Blah blah.
 int test_param10(int a);
 
-// expected-warning@+1 {{parameter 'aab' not found in the function declaration}}
+// expected-warning@+1 {{parameter 'a' not found in the function declaration}}
 /// \param a Blah blah.
 int test_param11();