Skip to content

Commit 49ad4d1

Browse files
committed
Comment reflects behaviour
1 parent 34a5422 commit 49ad4d1

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
@@ -5433,7 +5433,8 @@ def test_audio_worklet_post_function(self, args):
54335433
def test_audio_worklet_modularize(self, args):
54345434
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)
54355435

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

0 commit comments

Comments
 (0)