forked from aniani/vim
patch 9.0.1257: code style is not check in test scripts
Problem: Code style is not check in test scripts. Solution: Add basic code style check for test files.
This commit is contained in:
@@ -393,7 +393,7 @@ endfunc
|
||||
" vgetc().
|
||||
func Test_nocatch_timer_garbage_collect()
|
||||
" FIXME: why does this fail only on MacOS M1?
|
||||
try
|
||||
try
|
||||
CheckNotMacM1
|
||||
catch /Skipped/
|
||||
let g:skipped_reason = v:exception
|
||||
|
||||
Reference in New Issue
Block a user