summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.GNU-float128.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.GNU-float128.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.GNU-float128.xml.txt')
-rw-r--r--test/expect/gccxml.any.GNU-float128.xml.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/expect/gccxml.any.GNU-float128.xml.txt b/test/expect/gccxml.any.GNU-float128.xml.txt
index bfcf0da..9300f76 100644
--- a/test/expect/gccxml.any.GNU-float128.xml.txt
+++ b/test/expect/gccxml.any.GNU-float128.xml.txt
@@ -6,14 +6,14 @@
<Typedef id="_2" name="__float128" type="_4" context="_3"/>
<Struct id="_4" name="" context="_3" members="_5 _6 _7 _8 _9" size="128" align="128"/>
<Field id="_5" name="x" type="_10" context="_4" access="public" offset="0"/>
- <Constructor id="_6" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throws="")?/>
- <Constructor id="_7" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throws="")?>
+ <Constructor id="_6" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throw="")?/>
+ <Constructor id="_7" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throw="")?>
<Argument type="_11"/>
</Constructor>
- <OperatorMethod id="_8" name="=" returns="_12" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throws="")? mangled="[^"]+">
+ <OperatorMethod id="_8" name="=" returns="_12" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throw="")? mangled="[^"]+">
<Argument type="_11"/>
</OperatorMethod>
- <Destructor id="_9" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throws="")?/>
+ <Destructor id="_9" context="_4" access="public" location="f0:0" file="f0" line="0" inline="1" artificial="1"( throw="")?/>
<ArrayType id="_10" min="0" max="15" type="_13"/>
<ReferenceType id="_11" type="_4c"/>
<CvQualifiedType id="_4c" type="_4" const="1"/>