diff src/testdir/test_timers.vim @ 17239:fceb0977275a v8.1.1619

patch 8.1.1619: tests are not run with GUI on Travis commit https://github.com/vim/vim/commit/435f9f06cac02c1d2e5c52435d36e80f4ad2a8bd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 3 21:40:16 2019 +0200 patch 8.1.1619: tests are not run with GUI on Travis Problem: Tests are not run with GUI on Travis. Solution: Add a testgui job. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/4609)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jul 2019 21:45:06 +0200
parents a5c3d374e1d3
children 3e2e998ce0db
line wrap: on
line diff
--- a/src/testdir/test_timers.vim
+++ b/src/testdir/test_timers.vim
@@ -334,7 +334,7 @@ func Test_nocatch_garbage_collect()
 endfunc
 
 func Test_error_in_timer_callback()
-  if !has('terminal') || (has('win32') && has('gui_running'))
+  if !has('terminal') || has('gui_running')
     throw 'Skipped: cannot run Vim in a terminal window'
   endif