summaryrefslogtreecommitdiffstats
path: root/src/testdir/sautest
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-05 20:59:28 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-05 20:59:28 +0100
commitfb094e14c19337de824d4e6710ca6a2617930ab0 (patch)
tree4738265336181b11c8f7bb6d5b7f41d92753a208 /src/testdir/sautest
parent8fdb35a974d92c7d0267bc8988aa6af74ee6885d (diff)
patch 8.0.1271: still too many old style testsv8.0.1271
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290)
Diffstat (limited to 'src/testdir/sautest')
-rw-r--r--src/testdir/sautest/autoload/footest.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/sautest/autoload/footest.vim b/src/testdir/sautest/autoload/footest.vim
index f467bc376d..1e78963a10 100644
--- a/src/testdir/sautest/autoload/footest.vim
+++ b/src/testdir/sautest/autoload/footest.vim
@@ -1,4 +1,4 @@
-" Autoload script used by test55 and test60
+" Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim
let footest#x = 1
func footest#F()
return 0