Skip to content

Commit f285b98

Browse files
authored
Fix strict.test_memprof_requirements. NFC (#25585)
Fixes: #25584
1 parent bbbddfc commit f285b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8599,7 +8599,7 @@ def test_memprof_requirements(self):
85998599
}
86008600
};
86018601
''')
8602-
self.do_runf('hello_world.c', 'able to run memprof', cflags=['--memoryprofiler', '--pre-js=pre.js'])
8602+
self.do_runf('hello_world.c', 'able to run memprof', cflags=['--memoryprofiler', '--pre-js=pre.js', '-sINCOMING_MODULE_JS_API=onRuntimeInitialized'])
86038603

86048604
@no_wasmfs('depends on MEMFS which WASMFS does not have')
86058605
def test_fs_dict(self):

0 commit comments

Comments
 (0)