diff options
author | James McCoy <jamessan@jamessan.com> | 2017-05-12 17:32:26 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-05-12 17:32:26 -0400 |
commit | f3a508b4a3c13cc755b355976c6e0f2fae7e1645 (patch) | |
tree | 13a4a48fca01e3b34e013450dc8522242d9b4f4e /src | |
parent | ad80a83a1aeda03cbc3cb19b2f1ebff8715ce042 (diff) | |
download | rneovim-f3a508b4a3c13cc755b355976c6e0f2fae7e1645.tar.gz rneovim-f3a508b4a3c13cc755b355976c6e0f2fae7e1645.tar.bz2 rneovim-f3a508b4a3c13cc755b355976c6e0f2fae7e1645.zip |
oldtests: Fix spelling of testname in s:flaky
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/runtest.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index 64ad0f0103..6832622cdf 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -134,7 +134,7 @@ else endif " Names of flaky tests. -let s:flaky = ['Test_with_partial_callback'] +let s:flaky = ['Test_with_partial_callback()'] " Locate Test_ functions and execute them. set nomore |