Author: gribozavr
Date: Thu Aug  9 13:35:49 2012
New Revision: 161602

URL: http://llvm.org/viewvc/llvm-project?rev=161602&view=rev
Log:
Remove absolute file path in test.

Modified:
    cfe/trunk/test/Index/annotate-comments.cpp

Modified: cfe/trunk/test/Index/annotate-comments.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/annotate-comments.cpp?rev=161602&r1=161601&r2=161602&view=diff
==============================================================================
--- cfe/trunk/test/Index/annotate-comments.cpp (original)
+++ cfe/trunk/test/Index/annotate-comments.cpp Thu Aug  9 13:35:49 2012
@@ -793,7 +793,7 @@
 // CHECK-NEXT:       (CXComment_VerbatimBlockCommand CommandName=[verbatim]
 // CHECK-NEXT:         (CXComment_VerbatimBlockLine Text=[ <a 
href="http://example.com/";>Aaa</a>])
 // CHECK-NEXT:         (CXComment_VerbatimBlockLine Text=[ <a 
href='http://example.com/'>Aaa</a>])))]
-// CHECK: annotate-comments.cpp:345:6: 
FunctionDecl=comment_to_html_conversion_25:{{.*}} FullCommentAsHTML=[<p 
class="para-brief"> Blah blah.</p>] FullCommentAsXML=[<Function 
file="/Volumes/Data/clang-commit/llvm/tools/clang/test/Index/annotate-comments.cpp"
 line="345" 
column="6"><Name>comment_to_html_conversion_25</Name><USR>c:@F@comment_to_html_conversion_25#</USR><Abstract><Para>
 Blah blah.</Para></Abstract></Function>]
+// CHECK: annotate-comments.cpp:345:6: 
FunctionDecl=comment_to_html_conversion_25:{{.*}} FullCommentAsHTML=[<p 
class="para-brief"> Blah blah.</p>] FullCommentAsXML=[<Function 
file="{{[^"]+}}annotate-comments.cpp" line="345" 
column="6"><Name>comment_to_html_conversion_25</Name><USR>c:@F@comment_to_html_conversion_25#</USR><Abstract><Para>
 Blah blah.</Para></Abstract></Function>]
 // CHECK:  CommentAST=[
 // CHECK:    (CXComment_FullComment
 // CHECK:       (CXComment_Paragraph IsWhitespace


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to