aboutsummaryrefslogtreecommitdiff
path: root/test/Index/comment-cplus-decls.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-07 18:45:48 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-07 18:45:48 +0000
commit27c2cb24d5e2e9fda68b929c6d03c761196d8e2d (patch)
tree582ce48193216a0a1826122ff0dcc09b0bad5a1f /test/Index/comment-cplus-decls.cpp
parentde7685487c5d628dd9fe64c4f861cd1888f50fc7 (diff)
Comment to XML conversion: no, we don't want to print instantiations for the
<Declaration> tag git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/comment-cplus-decls.cpp')
-rw-r--r--test/Index/comment-cplus-decls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-cplus-decls.cpp b/test/Index/comment-cplus-decls.cpp
index ed851d84fc..2fa688c3d7 100644
--- a/test/Index/comment-cplus-decls.cpp
+++ b/test/Index/comment-cplus-decls.cpp
@@ -162,7 +162,7 @@ private:
*/
template <class T> friend class valarray;
};
-// CHECK: <Declaration>template &lt;class T = unsigned int&gt; class valarray {\n} template &lt;class T&gt; class valarray</Declaration>
+// CHECK: <Declaration>template &lt;class T&gt; class valarray</Declaration>
// CHECK: <Declaration>friend template &lt;class T&gt; class valarray</Declaration>
class gslice