diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-16 21:52:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-16 21:52:51 +0100 |
commit | 209d3874c19d73b209e7d223cf05ea22e183f408 (patch) | |
tree | e26d8336afd8f7dd305f0c750ee7895ab062e500 /src/testdir/Make_vms.mms | |
parent | 7cb769a69f5b9d6951f4427c85e75f5b2909cf10 (diff) | |
download | vim-git-209d3874c19d73b209e7d223cf05ea22e183f408.tar.gz |
patch 8.0.1302: still too many old style testsv8.0.1302
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2326)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 9b4d37e2d..7491e8d65 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -78,16 +78,12 @@ SCRIPT = test1.out test3.out \ test29.out \ test30.out test36.out test37.out test39.out \ test42.out test44.out test48.out test49.out \ - test64.out test68.out test69.out \ + test64.out test69.out \ test72.out test77a.out test88.out \ test94.out test95.out test99.out test108.out \ test_autocmd_option.out \ test_breakindent.out \ - test_close_count.out \ - test_erasebackword.out \ test_eval.out \ - test_fixeol.out \ - test_listchars.out \ test_listlbr.out \ test_listlbr_utf8.out \ test_utf8.out \ @@ -114,7 +110,7 @@ GUI_OPTION = -g .ENDIF .IFDEF WANT_UNIX -SCRIPT_UNIX = test10.out test17.out test27.out test49.out test73.out +SCRIPT_UNIX = test10.out test17.out test27.out test49.out .ENDIF .IFDEF WANT_WIN |