summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-template-member-Typedef.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-11 17:48:32 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-11 19:42:40 (GMT)
commit6feeb4e7dfb7cf79fadc06f9184924810668110a (patch)
treeb52b0f6ba38d57e5005aa650310c5f06327edc32 /test/expect/gccxml.any.Class-template-member-Typedef.xml.txt
parent64e1b8d174f98704b6a6704cdc3fa7ba5c7354e5 (diff)
downloadCastXML-6feeb4e7dfb7cf79fadc06f9184924810668110a.zip
CastXML-6feeb4e7dfb7cf79fadc06f9184924810668110a.tar.gz
CastXML-6feeb4e7dfb7cf79fadc06f9184924810668110a.tar.bz2
test: Improve class template member typedef test cases
Reference the template parameter type as the typedef'd type.
Diffstat (limited to 'test/expect/gccxml.any.Class-template-member-Typedef.xml.txt')
-rw-r--r--test/expect/gccxml.any.Class-template-member-Typedef.xml.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expect/gccxml.any.Class-template-member-Typedef.xml.txt b/test/expect/gccxml.any.Class-template-member-Typedef.xml.txt
index 49e7ee1..6860282 100644
--- a/test/expect/gccxml.any.Class-template-member-Typedef.xml.txt
+++ b/test/expect/gccxml.any.Class-template-member-Typedef.xml.txt
@@ -3,7 +3,7 @@
<Class id="_1" name="start&lt;int&gt;" context="_2" location="f1:6" file="f1" line="6" members="_3 _4 _5 _6 _7 _8"/>
<Typedef id="_3" name="Int" type="_9" context="_1" access="private" location="f1:2" file="f1" line="2"/>
<Method id="_4" name="method" returns="_9" context="_1" access="public" location="f1:4" file="f1" line="4">
- <Argument type="_9" location="f1:4" file="f1" line="4"/>
+ <Argument type="_3" location="f1:4" file="f1" line="4"/>
</Method>
<Constructor id="_5" name="start" context="_1" access="public" location="f1:6" file="f1" line="6" inline="1" artificial="1"( throws="")?/>
<Constructor id="_6" name="start" context="_1" access="public" location="f1:6" file="f1" line="6" inline="1" artificial="1"( throws="")?>