summaryrefslogtreecommitdiff
path: root/tests/mangling/itanium.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mangling/itanium.py')
-rw-r--r--tests/mangling/itanium.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mangling/itanium.py b/tests/mangling/itanium.py
index 57a1129..7ff16c2 100644
--- a/tests/mangling/itanium.py
+++ b/tests/mangling/itanium.py
@@ -208,3 +208,6 @@ class TestItaniumMangling(ChrysalideTestCase):
demangled = demangler.decode_routine('_ZNSt3__16vectorIfNS_9allocatorIfEEE8__appendEj')
self.check_demangling(demangled, '??? std::__1::vector<float, allocator<float>>::__append(unsigned int)')
+
+ demangled = demangler.decode_routine('_ZN7android7String8C1EPKDsj')
+ self.check_demangling(demangled, 'android::String8 *android::String8::String8(const char16_t *, unsigned int)')