Comment parsing tests: fix test

llvm-svn: 160700
This commit is contained in:
Dmitri Gribenko 2012-07-24 21:56:59 +00:00
parent 68449acea4
commit 3c54128715
1 changed files with 1 additions and 1 deletions

View 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();