summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-09 18:35:49 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-09 18:35:49 +0000
commitbacbc08b98a1f11ee88426324ebb1a41db41389f (patch)
treee6ae8da48921e137b6e8b86592e7e8eea73bf4b1 /clang
parentba7aca3b38fbc13323783a4f1965bea07d7463bb (diff)
downloadbcm5719-llvm-bacbc08b98a1f11ee88426324ebb1a41db41389f.tar.gz
bcm5719-llvm-bacbc08b98a1f11ee88426324ebb1a41db41389f.zip
Remove absolute file path in test.
llvm-svn: 161602
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Index/annotate-comments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/annotate-comments.cpp b/clang/test/Index/annotate-comments.cpp
index 2137feb023e..22724d0b68d 100644
--- a/clang/test/Index/annotate-comments.cpp
+++ b/clang/test/Index/annotate-comments.cpp
@@ -793,7 +793,7 @@ enum class comment_to_xml_conversion_17 {
// 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
OpenPOWER on IntegriCloud