Skip to content

Commit 11dff9f

Browse files
committed
fix cr comment
1 parent 253e27d commit 11dff9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11022,7 +11022,7 @@ def check_symbolmap_info(address, func):
1102211022
check_symbolmap_info(unreachable_addr, '__original_main')
1102311023

1102411024
def test_emsymbolizer_symbol_map_names(self):
11025-
"Test emsymbolizer with symbol map which contains demangled C++ names"
11025+
"""Test emsymbolizer with symbol map which contains demangled C++ names"""
1102611026
create_file('test_symbol_map.cpp', r'''
1102711027
#include <emscripten.h>
1102811028
EM_JS(int, out_to_js, (), { return 0; });

0 commit comments

Comments
 (0)