aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_filechanged.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_filechanged.vim b/src/nvim/testdir/test_filechanged.vim
index b95cd5faf8..b4c32fcc16 100644
--- a/src/nvim/testdir/test_filechanged.vim
+++ b/src/nvim/testdir/test_filechanged.vim
@@ -91,7 +91,7 @@ func Test_FileChangedShell_reload()
endfunc
func Test_file_changed_dialog()
- throw 'skipped: TODO: '
+ throw 'Skipped: requires a UI to a active'
if !has('unix') || has('gui_running')
return
endif