aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-documentation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/warn-documentation.cpp')
-rw-r--r--test/Sema/warn-documentation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/warn-documentation.cpp b/test/Sema/warn-documentation.cpp
index 61c535eb57..5ec3ffcf68 100644
--- a/test/Sema/warn-documentation.cpp
+++ b/test/Sema/warn-documentation.cpp
@@ -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();