summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-throw.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.Function-throw.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.Function-throw.xml.txt')
-rw-r--r--test/expect/gccxml.any.Function-throw.xml.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expect/gccxml.any.Function-throw.xml.txt b/test/expect/gccxml.any.Function-throw.xml.txt
index 7a873c5..b18fb7a 100644
--- a/test/expect/gccxml.any.Function-throw.xml.txt
+++ b/test/expect/gccxml.any.Function-throw.xml.txt
@@ -1,6 +1,6 @@
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
- <Function id="_1" name="start" returns="_2" context="_3" location="f1:1" file="f1" line="1" throws="_4 _5" mangled="[^"]+">
+ <Function id="_1" name="start" returns="_2" context="_3" location="f1:1" file="f1" line="1" throw="_4 _5" mangled="[^"]+">
<Argument type="_4" location="f1:1" file="f1" line="1"/>
</Function>
<FundamentalType id="_2" name="void" size="[0-9]+" align="[0-9]+"/>