We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253e27d commit 11dff9fCopy full SHA for 11dff9f
test/test_other.py
@@ -11022,7 +11022,7 @@ def check_symbolmap_info(address, func):
11022
check_symbolmap_info(unreachable_addr, '__original_main')
11023
11024
def test_emsymbolizer_symbol_map_names(self):
11025
- "Test emsymbolizer with symbol map which contains demangled C++ names"
+ """Test emsymbolizer with symbol map which contains demangled C++ names"""
11026
create_file('test_symbol_map.cpp', r'''
11027
#include <emscripten.h>
11028
EM_JS(int, out_to_js, (), { return 0; });
0 commit comments