mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
oldtests: Fix syntax of s:flaky
This commit is contained in:
parent
1b2acb8d95
commit
018383096c
@ -136,8 +136,8 @@ endif
|
|||||||
" Names of flaky tests.
|
" Names of flaky tests.
|
||||||
let s:flaky = [
|
let s:flaky = [
|
||||||
\ 'Test_with_partial_callback()',
|
\ 'Test_with_partial_callback()',
|
||||||
\ 'Test_oneshot()'
|
\ 'Test_oneshot()',
|
||||||
\ 'Test_lambda_with_timer()'
|
\ 'Test_lambda_with_timer()',
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
" Locate Test_ functions and execute them.
|
" Locate Test_ functions and execute them.
|
||||||
|
Loading…
Reference in New Issue
Block a user