diff options
Diffstat (limited to 'uvim/src/testdir/test_expr.mnv')
| -rw-r--r-- | uvim/src/testdir/test_expr.mnv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uvim/src/testdir/test_expr.mnv b/uvim/src/testdir/test_expr.mnv index 365d4d3f5e..fd5f6e8473 100644 --- a/uvim/src/testdir/test_expr.mnv +++ b/uvim/src/testdir/test_expr.mnv @@ -37,8 +37,8 @@ func Test_version() call assert_true(has('patch-7.4.123 ')) " Trailing space can be allowed. call assert_true(has('patch-9.1.0')) call assert_true(has('patch-9.1.0000')) - call assert_true(has('patch-9.2.0')) - call assert_true(has('patch-9.2.0000')) + call assert_true(has('patch-10.0.0')) + call assert_true(has('patch-10.0.0000')) call assert_false(has('patch-7')) call assert_false(has('patch-7.4')) |
