Skip to content

Commit 67bb39d

Browse files
authored
Re-enable test_dlfcn_em_asm. NFC (#21500)
This test was disabled due to EM_ASM not working in side modules but that was fixed in #18228.
1 parent a0e41b1 commit 67bb39d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,6 @@ def test_dlfcn_i64(self):
29792979
self.do_run(src, '|65830|')
29802980

29812981
@needs_dylink
2982-
@disabled('EM_ASM in not yet supported in SIDE_MODULE')
29832982
def test_dlfcn_em_asm(self):
29842983
create_file('liblib.cpp', '''
29852984
#include <emscripten.h>

0 commit comments

Comments
 (0)