summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-02 22:39:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-02 22:40:18 (GMT)
commitde2cb8e2fad4a3031d7b7c2cb189a6dbdaf8d5a9 (patch)
treeeb9b01fc893ace47e0311ebca7511162769c36be /tests
parent4630eb7a2b0b61a4e9ea3a99e7a8cdaba05392cd (diff)
Extented the types definitions.
Diffstat (limited to 'tests')
-rw-r--r--tests/mangling/dex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mangling/dex.py b/tests/mangling/dex.py
index ad60953..b118eda 100644
--- a/tests/mangling/dex.py
+++ b/tests/mangling/dex.py
@@ -36,7 +36,7 @@ class TestDexMangling(ChrysalideTestCase):
self.check_demangling(demangled, 'toto')
demangled = demangler.decode_type('Ltiti/toto/tata;')
- self.check_demangling(demangled, 'tata')
+ self.check_demangling(demangled, 'titi.toto.tata')
def testDexBadTypeMangling(self):