diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-24 21:56:59 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-24 21:56:59 +0000 |
commit | 2e7210458d391159b121edb77e3b7f35b69f4f68 (patch) | |
tree | 4f75fb3cdf0f863b74601b4f13ba7253823a4ceb /test/Sema/warn-documentation.cpp | |
parent | b43f63822e051f2d28d8e083b688b2f113d6ba9c (diff) |
Comment parsing tests: fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/warn-documentation.cpp')
-rw-r--r-- | test/Sema/warn-documentation.cpp | 2 |
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(); |