summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-08 17:59:14 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-08 17:59:14 +0100
commit453b576ee5d32e9b8e6876712748ae01f9be68dd (patch)
tree0341f1ca46db8089611b45e72860f0f1eef24ff2 /src/testdir/test_alot.vim
parenta216255a4faa91a15e7005ac319f2f62294f3f9e (diff)
patch 8.0.0156: not enough test coverage for float functionsv8.0.0156
Problem: Several float functions are not covered by tests. Solution: Add float tests. (Dominique Pelle)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index d24b97fb92..6e989f6203 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -16,6 +16,7 @@ source test_file_perm.vim
source test_fileformat.vim
source test_filter_cmd.vim
source test_filter_map.vim
+source test_float_func.vim
source test_fnamemodify.vim
source test_glob2regpat.vim
source test_goto.vim