Skip to content

Commit

Permalink
[NFC] Followup to #21897 to remove unneeded test code (#21910)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed May 9, 2024
1 parent 619f08d commit c412949
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_browser.py
Expand Up @@ -5480,11 +5480,8 @@ def test_audio_worklet(self, args):
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)

# Tests that audioworklets and workers can be used at the same time
@parameterized({
'': ([],),
})
def test_audio_worklet_worker(self, args):
self.btest('webaudio/audioworklet_worker.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args, expected='1')
def test_audio_worklet_worker(self):
self.btest('webaudio/audioworklet_worker.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'], expected='1')

# Tests that posting functions between the main thread and the audioworklet thread works
@parameterized({
Expand Down

0 comments on commit c412949

Please sign in to comment.