summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-to-html-xml-conversion.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2012-12-21 12:10:20 +0000
committerDaniel Jasper <djasper@google.com>2012-12-21 12:10:20 +0000
commit0ca819410dc3d5346ae6fe8ab760b10c4ee94b58 (patch)
treeac6e28494b67eacf8a07370758f331962fa75aa7 /clang/test/Index/comment-to-html-xml-conversion.cpp
parent0ac8473db0cfac1215e93ccd254a4ea027c67f95 (diff)
downloadbcm5719-llvm-0ca819410dc3d5346ae6fe8ab760b10c4ee94b58.tar.gz
bcm5719-llvm-0ca819410dc3d5346ae6fe8ab760b10c4ee94b58.zip
Temporary fix of tests to make buildbots happy.
Permanent solution coming up after checking back with Fariborz/Douglas. llvm-svn: 170887
Diffstat (limited to 'clang/test/Index/comment-to-html-xml-conversion.cpp')
-rw-r--r--clang/test/Index/comment-to-html-xml-conversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-to-html-xml-conversion.cpp b/clang/test/Index/comment-to-html-xml-conversion.cpp
index d753f353f4a..cf620a7a2a4 100644
--- a/clang/test/Index/comment-to-html-xml-conversion.cpp
+++ b/clang/test/Index/comment-to-html-xml-conversion.cpp
@@ -670,7 +670,7 @@ void comment_to_xml_conversion_10(int aaa, int bbb);
template<typename T, typename U>
class comment_to_xml_conversion_11 { };
-// CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:7: ClassTemplate=comment_to_xml_conversion_11:{{.*}} FullCommentAsXML=[<Class templateKind="template" file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="7"><Name>comment_to_xml_conversion_11</Name><USR>c:@CT&gt;2#T#T@comment_to_xml_conversion_11</USR><Declaration>template &lt;typename T = int,\n typename U = int&gt; class comment_to_xml_conversion_11 {\n}\ntemplate &lt;typename T, typename U&gt; class comment_to_xml_conversion_11 {\n}</Declaration><Abstract><Para> Aaa.</Para></Abstract></Class>]
+// CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:7: ClassTemplate=comment_to_xml_conversion_11:{{.*}} FullCommentAsXML=[<Class templateKind="template" file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="7"><Name>comment_to_xml_conversion_11</Name><USR>c:@CT&gt;2#T#T@comment_to_xml_conversion_11</USR><Declaration>template &lt;typename T = int, typename U = int&gt;\n class comment_to_xml_conversion_11 {\n}\ntemplate &lt;typename T, typename U&gt; class comment_to_xml_conversion_11 {\n}</Declaration><Abstract><Para> Aaa.</Para></Abstract></Class>]
/// Aaa.
template<typename T>
OpenPOWER on IntegriCloud