comparison src/testdir/test_reltime.vim @ 30310:029c59bf78f1 v9.0.0491

patch 9.0.0491: no good reason to build without the float feature Commit: https://github.com/vim/vim/commit/73e28dcc6125f616cf1f2d56443d22428a79e434 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 17 21:08:33 2022 +0100 patch 9.0.0491: no good reason to build without the float feature Problem: No good reason to build without the float feature. Solution: Remove configure check for float and "#ifdef FEAT_FLOAT".
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 22:15:05 +0200
parents a5a772dace5b
children
comparison
equal deleted inserted replaced
30309:4ba3d27b5357 30310:029c59bf78f1
1 " Tests for reltime() 1 " Tests for reltime()
2 2
3 source check.vim 3 source check.vim
4 CheckFeature reltime 4 CheckFeature reltime
5 CheckFeature float
6 5
7 func Test_reltime() 6 func Test_reltime()
8 let g:test_is_flaky = 1 7 let g:test_is_flaky = 1
9 let now = reltime() 8 let now = reltime()
10 sleep 10m 9 sleep 10m