Skip to content

Commit

Permalink
Re-enable test_dlfcn_em_asm. NFC
Browse files Browse the repository at this point in the history
This test was disabled due to EM_ASM not working in side modules but
that was fixed in emscripten-core#18228.
  • Loading branch information
sbc100 committed Mar 9, 2024
1 parent 2ba2078 commit 8247d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,6 @@ def test_dlfcn_i64(self):
self.do_run(src, '|65830|')

@needs_dylink
@disabled('EM_ASM in not yet supported in SIDE_MODULE')
def test_dlfcn_em_asm(self):
create_file('liblib.cpp', '''
#include <emscripten.h>
Expand Down

0 comments on commit 8247d93

Please sign in to comment.