summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-06 13:41:12 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-06 13:41:12 (GMT)
commit05db76f3824c52849c27ef87b630b432fba78ca5 (patch)
treee42b5860b9331ebc4dad9bea774b9d028b802862 /test
parent96bafbccfdc0c3055d152db42de4780b5120c6e5 (diff)
downloadCastXML-05db76f3824c52849c27ef87b630b432fba78ca5.zip
CastXML-05db76f3824c52849c27ef87b630b432fba78ca5.tar.gz
CastXML-05db76f3824c52849c27ef87b630b432fba78ca5.tar.bz2
Output: Exclude C++11 user defined literal operators from gccxml format
CastXML documents that the `--castxml-gccxml` output format excludes non-c++98 constructs. Closes: #76
Diffstat (limited to 'test')
-rw-r--r--test/expect/gccxml.any.CXXLiteral.xml.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/expect/gccxml.any.CXXLiteral.xml.txt b/test/expect/gccxml.any.CXXLiteral.xml.txt
index 7349496..763161e 100644
--- a/test/expect/gccxml.any.CXXLiteral.xml.txt
+++ b/test/expect/gccxml.any.CXXLiteral.xml.txt
@@ -1,6 +1,5 @@
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
- <Namespace id="_1" name="start" context="_2" members="_3"/>
- <Unimplemented id="_3" kind="Function"/>
+ <Namespace id="_1" name="start" context="_2"/>
<Namespace id="_2" name="::"/>
</GCC_XML>$