From 5f73e21e50b9f2e58200c54e1ef3a433b90c2b4e Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Sat, 18 Oct 2025 11:37:04 -0700 Subject: [PATCH] Fix strict.test_memprof_requirements. NFC Fixes: #25584 --- test/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_core.py b/test/test_core.py index 201d55b4efb5b..40b08cd84cb10 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -8599,7 +8599,7 @@ def test_memprof_requirements(self): } }; ''') - self.do_runf('hello_world.c', 'able to run memprof', cflags=['--memoryprofiler', '--pre-js=pre.js']) + self.do_runf('hello_world.c', 'able to run memprof', cflags=['--memoryprofiler', '--pre-js=pre.js', '-sINCOMING_MODULE_JS_API=onRuntimeInitialized']) @no_wasmfs('depends on MEMFS which WASMFS does not have') def test_fs_dict(self):