Skip to content

Commit a8c8e40

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

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

0 commit comments

Comments
 (0)