diff src/testdir/test_popupwin.vim @ 18070:873068e19e1f v8.1.2030

patch 8.1.2030: tests fail when build with normal features and terminal Commit: https://github.com/vim/vim/commit/997d42427eaab889058eb047e08d55de9e4a968a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 21:23:40 2019 +0200 patch 8.1.2030: tests fail when build with normal features and terminal Problem: Tests fail when build with normal features and terminal. (Dominique Pelle) Solution: Disable tests that won't work. (closes #4932)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 21:30:03 +0200
parents 56032a704448
children 687d08fee911
line wrap: on
line diff
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
@@ -1136,6 +1136,7 @@ endfunc
 
 func Test_popup_beval()
   CheckScreendump
+  CheckFeature balloon_eval
 
   let lines =<< trim END
 	call setline(1, range(1, 20))