oldtests: Fix spelling of testname in s:flaky

This commit is contained in:
James McCoy
2017-05-12 17:32:26 -04:00
parent ad80a83a1a
commit f3a508b4a3

View File

@@ -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