Skip to content

Commit db9ce0d

Browse files
committed
Suggestions and prep for moving work to link.py
1 parent f12b549 commit db9ce0d

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
@@ -5391,7 +5391,7 @@ def test_full_js_library_strict(self):
53915391
'minimal_runtime_pthreads_and_closure': (['-sMINIMAL_RUNTIME', '-pthread', '--closure', '1', '-Oz'],),
53925392
'pthreads_es6': (['-pthread', '-sPTHREAD_POOL_SIZE=2', '-sEXPORT_ES6'],),
53935393
'es6': (['-sEXPORT_ES6'],),
5394-
'strict': (['-sSTRICT', '-sINCOMING_MODULE_JS_API=canvas,instantiateWasm,monitorRunDependencies,onAbort,onExit,print,setStatus,wasm,wasmMemory'],),
5394+
'strict': (['-sSTRICT'],),
53955395
})
53965396
def test_audio_worklet(self, args):
53975397
if '-sMEMORY64' in args and is_firefox():
@@ -5420,7 +5420,7 @@ def test_audio_worklet_modularize(self, args):
54205420
# We can't test playback, so don't need the data files, we're testing it builds and runs
54215421
@parameterized({
54225422
'': ([],),
5423-
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure', '1', '-Oz'],),
5423+
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),
54245424
})
54255425
def test_audio_worklet_stereo_io(self, args):
54265426
self.btest_exit('webaudio/audioworklet_in_out_stereo.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)

0 commit comments

Comments
 (0)