aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-11 20:32:44 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-02-11 20:37:20 +0800
commit5546492c4449ee0d6262a23b0b26f49d1b43cf27 (patch)
tree9bb611e9f0e843f60d234a433a74d5d5967a2a17 /src
parent2db0a52074ab6b822edc1fa04eca399d4e727784 (diff)
downloadrneovim-5546492c4449ee0d6262a23b0b26f49d1b43cf27.tar.gz
rneovim-5546492c4449ee0d6262a23b0b26f49d1b43cf27.tar.bz2
rneovim-5546492c4449ee0d6262a23b0b26f49d1b43cf27.zip
test: convert Test_file_changed_dialog() to Lua functional test
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