summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_suspend.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_suspend.vim')
-rw-r--r--src/testdir/test_suspend.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_suspend.vim b/src/testdir/test_suspend.vim
index 4b3bd5eadf..39ae32d4cc 100644
--- a/src/testdir/test_suspend.vim
+++ b/src/testdir/test_suspend.vim
@@ -53,7 +53,7 @@ func Test_suspend()
" Quit gracefully to dump coverage information.
call term_sendkeys(buf, ":qall!\<CR>")
- call term_wait(buf)
+ call TermWait(buf)
" Wait until Vim actually exited and shell shows a prompt
call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
call StopShellInTerminal(buf)