diff options
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 2f31aae0..bdd75490 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -1911,6 +1911,7 @@ done. #include <stdio.h> #include <emscripten.h> int main() { + EM_ASM(Module.print(demangle('__Znwj'))); EM_ASM(Module.print(demangle('_main'))); EM_ASM(Module.print(demangle('__Z2f2v'))); EM_ASM(Module.print(demangle('__Z12abcdabcdabcdi'))); |