Skip to content

Commit

Permalink
Comment reflects behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoffenden committed Dec 11, 2024
1 parent 61b3399 commit f7a27d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5418,7 +5418,8 @@ def test_audio_worklet_post_function(self, args):
def test_audio_worklet_modularize(self, args):
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)

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

0 comments on commit f7a27d5

Please sign in to comment.