summaryrefslogtreecommitdiff
path: root/src/testdir/test_gui_init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_gui_init.vim')
-rw-r--r--src/testdir/test_gui_init.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testdir/test_gui_init.vim b/src/testdir/test_gui_init.vim
index a0922990e..811c6ecb2 100644
--- a/src/testdir/test_gui_init.vim
+++ b/src/testdir/test_gui_init.vim
@@ -15,7 +15,10 @@ func TearDown()
call GUITearDownCommon()
endfunc
-" Make sure that the tests will be done with the GUI activated.
+" Ignore the "failed to create input context" error.
+call test_ignore_error('E285')
+
+" Start the GUI now, in the foreground.
gui -f
func Test_set_guiheadroom()