Skip to content

Commit c412949

Browse files
authored
[NFC] Followup to #21897 to remove unneeded test code (#21910)
1 parent 619f08d commit c412949

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/test_browser.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5480,11 +5480,8 @@ def test_audio_worklet(self, args):
54805480
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)
54815481

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

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

0 commit comments

Comments
 (0)