From: Dmitri Gribenko Date: Tue, 24 Jul 2012 21:56:59 +0000 (+0000) Subject: Comment parsing tests: fix test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e7210458d391159b121edb77e3b7f35b69f4f68;p=clang 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 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();