Skip to content

Commit d7d6cba

Browse files
committed
Re-added DTEST_AND_EXIT'
1 parent c7ef81e commit d7d6cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5473,7 +5473,7 @@ def test_full_js_library_strict(self):
54735473
})
54745474
@requires_sound_hardware
54755475
def test_audio_worklet(self, args):
5476-
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)
5476+
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
54775477

54785478
# Tests that audioworklets and workers can be used at the same time
54795479
def test_audio_worklet_worker(self):

0 commit comments

Comments
 (0)