summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Namespace-repeat-start.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.Namespace-repeat-start.xml.txt')
-rw-r--r--test/expect/gccxml.any.Namespace-repeat-start.xml.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/expect/gccxml.any.Namespace-repeat-start.xml.txt b/test/expect/gccxml.any.Namespace-repeat-start.xml.txt
index a493bd3..dc21ff9 100644
--- a/test/expect/gccxml.any.Namespace-repeat-start.xml.txt
+++ b/test/expect/gccxml.any.Namespace-repeat-start.xml.txt
@@ -1,8 +1,8 @@
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
<Namespace id="_1" name="start" context="_2" members="_3 _4"/>
- <Function id="_3" name="f1" returns="_5" context="_1" location="f1:2" file="f1" line="2"/>
- <Function id="_4" name="f2" returns="_5" context="_1" location="f1:5" file="f1" line="5"/>
+ <Function id="_3" name="f1" returns="_5" context="_1" location="f1:2" file="f1" line="2" mangled="[^"]+"/>
+ <Function id="_4" name="f2" returns="_5" context="_1" location="f1:5" file="f1" line="5" mangled="[^"]+"/>
<FundamentalType id="_5" name="void" size="[0-9]+" align="[0-9]+"/>
<Namespace id="_2" name="::"/>
<File id="f1" name=".*/test/input/Namespace-repeat-start.cxx"/>