Skip to content

Commit 5b941e8

Browse files
committed
Comment reflects behaviour
1 parent 9e0fd40 commit 5b941e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_browser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5417,7 +5417,8 @@ def test_audio_worklet_post_function(self, args):
54175417
def test_audio_worklet_modularize(self, args):
54185418
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMODULARIZE=1', '-sEXPORT_NAME=MyModule', '--shell-file', test_file('shell_that_launches_modularize.html')] + args)
54195419

5420-
# We can't test playback, so don't need the data files, we're testing it builds and runs
5420+
# Tests multiple inputs, forcing a larger stack (note: passing BROWSER_TEST is
5421+
# specific to this test to allow it to exit rather than play forever).
54215422
@parameterized({
54225423
'': ([],),
54235424
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),

0 commit comments

Comments
 (0)