Skip to content

Commit 9550706

Browse files
committed
Comment reflects behaviour
1 parent 9fc0cfc commit 9550706

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
@@ -5418,7 +5418,8 @@ def test_audio_worklet_post_function(self, args):
54185418
def test_audio_worklet_modularize(self, args):
54195419
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)
54205420

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

0 commit comments

Comments
 (0)