From 8247d9310ea38c0abfa4f532dd456834b418848b Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Sat, 9 Mar 2024 09:17:32 -0800 Subject: [PATCH] Re-enable test_dlfcn_em_asm. NFC 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 428dd4b33a98..f81cc087548a 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