oldtests: Fix syntax of s:flaky

This commit is contained in:
James McCoy 2017-06-04 22:09:19 -04:00
parent 1b2acb8d95
commit 018383096c
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -136,8 +136,8 @@ endif
" Names of flaky tests.
let s:flaky = [
\ 'Test_with_partial_callback()',
\ 'Test_oneshot()'
\ 'Test_lambda_with_timer()'
\ 'Test_oneshot()',
\ 'Test_lambda_with_timer()',
\ ]
" Locate Test_ functions and execute them.