Skip to content

Commit e29174c

Browse files
authored
Fix asan.test_dlfcn_em_asm. NFC (#21532)
1 parent 089d69c commit e29174c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ class Foo {
29912991
EM_ASM( out("Constructing lib object.") );
29922992
}
29932993
};
2994-
Foo global;
2994+
Foo side_global;
29952995
''')
29962996
self.build_dlfcn_lib('liblib.cpp')
29972997

0 commit comments

Comments
 (0)