From 67bb39d5917c9716b42d33bb9d5c2f0917b93e1f Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 11 Mar 2024 11:47:02 -0700 Subject: [PATCH] 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. --- test/test_core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_core.py b/test/test_core.py index 28e39ee30bf49..8224cbf410e40 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -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