Skip to content

Commit db3528a

Browse files
committed
Suggestions and prep for moving work to link.py
1 parent 20b222b commit db3528a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_browser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5407,7 +5407,7 @@ def test_full_js_library_strict(self):
54075407
'minimal_runtime_pthreads_and_closure': (['-sMINIMAL_RUNTIME', '-pthread', '--closure', '1', '-Oz'],),
54085408
'pthreads_es6': (['-pthread', '-sPTHREAD_POOL_SIZE=2', '-sEXPORT_ES6'],),
54095409
'es6': (['-sEXPORT_ES6'],),
5410-
'strict': (['-sSTRICT', '-sINCOMING_MODULE_JS_API=canvas,instantiateWasm,monitorRunDependencies,onAbort,onExit,print,setStatus,wasm,wasmMemory'],),
5410+
'strict': (['-sSTRICT'],),
54115411
})
54125412
def test_audio_worklet(self, args):
54135413
if '-sMEMORY64' in args and is_firefox():
@@ -5436,7 +5436,7 @@ def test_audio_worklet_modularize(self, args):
54365436
# We can't test playback, so don't need the data files, we're testing it builds and runs
54375437
@parameterized({
54385438
'': ([],),
5439-
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure', '1', '-Oz'],),
5439+
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),
54405440
})
54415441
def test_audio_worklet_stereo_io(self, args):
54425442
self.btest_exit('webaudio/audioworklet_in_out_stereo.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)

0 commit comments

Comments
 (0)