diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-27 17:17:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-27 17:17:42 +0100 |
commit | 5d7ead3bc85eefd0929bfcbb579510c8164ea1be (patch) | |
tree | 3663262f2410bd522e22f67355e7d351ccb67bc0 /src/testdir/test_gui_init.vim | |
parent | 3ad8772ef02e4352b0fa4e2697abc357734b62e1 (diff) | |
download | vim-git-5d7ead3bc85eefd0929bfcbb579510c8164ea1be.tar.gz |
patch 8.0.1549: various small problems in test filesv8.0.1549
Problem: Various small problems in test files.
Solution: Include small changes.
Diffstat (limited to 'src/testdir/test_gui_init.vim')
-rw-r--r-- | src/testdir/test_gui_init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_gui_init.vim b/src/testdir/test_gui_init.vim index 661bf0ce6..638708f4f 100644 --- a/src/testdir/test_gui_init.vim +++ b/src/testdir/test_gui_init.vim @@ -17,7 +17,7 @@ func TearDown() endfunc " Ignore the "failed to create input context" error. -call test_ignore_error('E285') +call test_ignore_error('E285:') " Start the GUI now, in the foreground. gui -f |