Skip to content

Commit ccb12a0

Browse files
committed
Typo
1 parent 1b36c8d commit ccb12a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_audio_worklet_2x_hard_pan_io(self):
334334
shutil.copy(test_file('webaudio/audio_files/emscripten-bass-mono.mp3'), 'audio_files/')
335335
self.btest_exit('webaudio/audioworklet_2x_in_hard_pan.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'])
336336

337-
# Same as 'test_audio_worklet_2x_stereo_io' but with the worklet stack starting 2GB in (tests for unsigned shifts in the memory offsets)
337+
# Same as 'test_audio_worklet_2x_stereo_io' but with the worklet stack starting at 2GB in (tests for unsigned shifts in the memory offsets)
338338
def test_audio_worklet_stereo_io_2gb(self):
339339
os.mkdir('audio_files')
340340
shutil.copy(test_file('webaudio/audio_files/emscripten-beat.mp3'), 'audio_files/')

0 commit comments

Comments
 (0)