[cfe-commits] r168278 - /cfe/trunk/test/Sema/warn-documentation.cpp
    NAKAMURA Takumi 
    geek4civic at gmail.com
       
    Sat Nov 17 18:34:33 PST 2012
    
    
  
Author: chapuni
Date: Sat Nov 17 20:34:33 2012
New Revision: 168278
URL: http://llvm.org/viewvc/llvm-project?rev=168278&view=rev
Log:
clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.
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=168278&r1=168277&r2=168278&view=diff
==============================================================================
--- cfe/trunk/test/Sema/warn-documentation.cpp (original)
+++ cfe/trunk/test/Sema/warn-documentation.cpp Sat Nov 17 20:34:33 2012
@@ -513,7 +513,7 @@
 // FIXME: we give a bad diagnostic here because we throw away non-documentation
 // comments early.
 //
-// expected-warning at +2 {{'\endcode' command does not terminate a verbatim text block}}
+// expected-warning at +3 {{'\endcode' command does not terminate a verbatim text block}}
 /// \code
 //  foo
 /// \endcode
    
    
More information about the cfe-commits
mailing list