summaryrefslogtreecommitdiff
path: root/src/testdir/test_sound.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_sound.vim')
-rw-r--r--src/testdir/test_sound.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_sound.vim b/src/testdir/test_sound.vim
index e47c677e9..1e2c455e6 100644
--- a/src/testdir/test_sound.vim
+++ b/src/testdir/test_sound.vim
@@ -41,7 +41,7 @@ func Test_play_silent()
let id2 = sound_playfile(fname, 'PlayCallback')
call assert_true(id2 > 0)
sleep 20m
- call sound_stopall()
+ call sound_clear()
call assert_equal(id2, g:id)
call assert_equal(1, g:result)
endfunc