diff options
Diffstat (limited to 'src/testdir/test_windows_home.vim')
-rw-r--r-- | src/testdir/test_windows_home.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_windows_home.vim b/src/testdir/test_windows_home.vim index da95ed27c..8ac9ce0fd 100644 --- a/src/testdir/test_windows_home.vim +++ b/src/testdir/test_windows_home.vim @@ -1,7 +1,7 @@ " Test for $HOME on Windows. if !has('win32') - throw 'Skipped, not on MS-Windows' + throw 'Skipped: not on MS-Windows' endif let s:env = {} |