Comment parsing tests: fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160700 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/warn-documentation.cpp b/test/Sema/warn-documentation.cpp
index 61c535e..5ec3ffc 100644
--- a/test/Sema/warn-documentation.cpp
+++ b/test/Sema/warn-documentation.cpp
@@ -144,7 +144,7 @@
/// \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();