Skip to content

Commit db335d1

Browse files
committed
Rename test
1 parent 5a3a7dd commit db335d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_interactive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@ def test_audio_worklet_params_mixing(self):
337337
self.btest_exit('webaudio/audioworklet_params_mixing.c', cflags=['-sAUDIO_WORKLET', '-sWASM_WORKERS'])
338338

339339
# Tests an AudioWorklet with a growable heap
340-
def test_audio_worklet_grow_heap(self):
340+
def test_audio_worklet_memory_growth(self):
341341
os.mkdir('audio_files')
342342
shutil.copy(test_file('webaudio/audio_files/emscripten-beat.mp3'), 'audio_files/')
343343
shutil.copy(test_file('webaudio/audio_files/emscripten-bass.mp3'), 'audio_files/')
344-
self.btest_exit('webaudio/audioworklet_grow_heap.c', cflags=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sALLOW_MEMORY_GROWTH'])
344+
self.btest_exit('webaudio/audioworklet_memory_growth.c', cflags=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sALLOW_MEMORY_GROWTH'])
345345

346346

347347
class interactive64(interactive):

0 commit comments

Comments
 (0)