diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-05 20:59:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-05 20:59:28 +0100 |
commit | fb094e14c19337de824d4e6710ca6a2617930ab0 (patch) | |
tree | 4738265336181b11c8f7bb6d5b7f41d92753a208 /src/testdir/sautest | |
parent | 8fdb35a974d92c7d0267bc8988aa6af74ee6885d (diff) | |
download | vim-git-fb094e14c19337de824d4e6710ca6a2617930ab0.tar.gz |
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.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/sautest/autoload/footest.vim b/src/testdir/sautest/autoload/footest.vim index f467bc376..1e78963a1 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 |