mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
oldtests: Fix spelling of testname in s:flaky
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user