From b46fecd3454399f8ebdc5055302e4bfc5a10f98b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 15 Jun 2019 17:58:09 +0200 Subject: patch 8.1.1544: some balloon tests don't run when they can Problem: Some balloon tests don't run when they can. Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi, closes #4538) Change the feature check into a command for consistency. --- src/testdir/test_timers.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/testdir/test_timers.vim') diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index 5b09011c7..03391d8f5 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim @@ -1,8 +1,7 @@ " Test for timers -if !has('timers') - throw 'Skipped, timers feature missing' -endif +source check.vim +CheckFeature timers source shared.vim source screendump.vim -- cgit v1.2.1