[cfe-commits] r160700 - /cfe/trunk/test/Sema/warn-documentation.cpp
Dmitri Gribenko
gribozavr at gmail.com
Tue Jul 24 14:56:59 PDT 2012
Author: gribozavr
Date: Tue Jul 24 16:56:59 2012
New Revision: 160700
URL: http://llvm.org/viewvc/llvm-project?rev=160700&view=rev
Log:
Comment parsing tests: fix test
Modified:
cfe/trunk/test/Sema/warn-documentation.cpp
Modified: cfe/trunk/test/Sema/warn-documentation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/warn-documentation.cpp?rev=160700&r1=160699&r2=160700&view=diff
==============================================================================
--- cfe/trunk/test/Sema/warn-documentation.cpp (original)
+++ cfe/trunk/test/Sema/warn-documentation.cpp Tue Jul 24 16:56:59 2012
@@ -144,7 +144,7 @@
/// \param [ junk] a Blah blah.
int test_param10(int a);
-// expected-warning at +1 {{parameter 'aab' not found in the function declaration}}
+// expected-warning at +1 {{parameter 'a' not found in the function declaration}}
/// \param a Blah blah.
int test_param11();
More information about the cfe-commits
mailing list