Skip to content

Commit

Permalink
Re-enable test_dlfcn_em_asm. NFC (#21500)
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 #18228.
  • Loading branch information
sbc100 authored Mar 11, 2024
1 parent a0e41b1 commit 67bb39d
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 67bb39d

Please sign in to comment.