summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.using-declaration-class.xml.txt
diff options
context:
space:
mode:
authorMichka Popoff <michkapopoff@gmail.com>2015-05-20 21:52:30 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-21 12:28:01 (GMT)
commit23931168b2a1f251154eeb5bd72eca39d72fc21b (patch)
tree4884aa9b7b77f52a6e73b3a1f01a1808b6959af9 /test/expect/gccxml.any.using-declaration-class.xml.txt
parentd741c9e4e56ff43dc35603327f1a8d30c8bb167c (diff)
downloadCastXML-23931168b2a1f251154eeb5bd72eca39d72fc21b.zip
CastXML-23931168b2a1f251154eeb5bd72eca39d72fc21b.tar.gz
CastXML-23931168b2a1f251154eeb5bd72eca39d72fc21b.tar.bz2
Output: Generate throw="..." instead of throws="..."
Original gccxml output used the singular name, so we should too for compatibility. Fix this typo left from commit defc576826 (Output: Generate Function and related elements, 2014-02-12).
Diffstat (limited to 'test/expect/gccxml.any.using-declaration-class.xml.txt')
-rw-r--r--test/expect/gccxml.any.using-declaration-class.xml.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/expect/gccxml.any.using-declaration-class.xml.txt b/test/expect/gccxml.any.using-declaration-class.xml.txt
index 27e2a4f..4ab41e3 100644
--- a/test/expect/gccxml.any.using-declaration-class.xml.txt
+++ b/test/expect/gccxml.any.using-declaration-class.xml.txt
@@ -9,28 +9,28 @@
<Method id="_4" name="f" returns="_10" context="_1" access="private" location="f1:7" file="f1" line="7" mangled="[^"]+">
<Argument type="_11" location="f1:7" file="f1" line="7"/>
</Method>
- <Constructor id="_5" name="start" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?/>
- <Constructor id="_6" name="start" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?>
+ <Constructor id="_5" name="start" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")?/>
+ <Constructor id="_6" name="start" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")?>
<Argument type="_12" location="f1:5" file="f1" line="5"/>
</Constructor>
- <OperatorMethod id="_7" name="=" returns="_13" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")? mangled="[^"]+">
+ <OperatorMethod id="_7" name="=" returns="_13" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")? mangled="[^"]+">
<Argument type="_12" location="f1:5" file="f1" line="5"/>
</OperatorMethod>
- <Destructor id="_8" name="start" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?/>
+ <Destructor id="_8" name="start" context="_1" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")?/>
<Class id="_9" name="base" context="_2" location="f1:1" file="f1" line="1" members="_3 _14 _15 _16 _17" size="[0-9]+" align="[0-9]+"/>
<FundamentalType id="_10" name="int" size="[0-9]+" align="[0-9]+"/>
<FundamentalType id="_11" name="char" size="[0-9]+" align="[0-9]+"/>
<ReferenceType id="_12" type="_1c"/>
<CvQualifiedType id="_1c" type="_1" const="1"/>
<ReferenceType id="_13" type="_1"/>
- <Constructor id="_14" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?/>
- <Constructor id="_15" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?>
+ <Constructor id="_14" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?/>
+ <Constructor id="_15" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?>
<Argument type="_18" location="f1:1" file="f1" line="1"/>
</Constructor>
- <OperatorMethod id="_16" name="=" returns="_19" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")? mangled="[^"]+">
+ <OperatorMethod id="_16" name="=" returns="_19" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")? mangled="[^"]+">
<Argument type="_18" location="f1:1" file="f1" line="1"/>
</OperatorMethod>
- <Destructor id="_17" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?/>
+ <Destructor id="_17" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?/>
<ReferenceType id="_18" type="_9c"/>
<CvQualifiedType id="_9c" type="_9" const="1"/>
<ReferenceType id="_19" type="_9"/>