summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-22 14:23:59 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-22 14:23:59 +0200
commit53f0c962394dc6bc66d5b0762af9434e672d1b25 (patch)
treed38aea2f246572279327e24876e4f7760df650de /src/testdir/Make_vms.mms
parent6b89dbb55f84c485310c8c9e094dbafe3ecbace6 (diff)
patch 8.0.1209: still too many old style testsv8.0.1209
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2230)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index efed68f9ca..30b671c354 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -74,14 +74,13 @@ VIMPROG = <->vim.exe
.SUFFIXES : .out .in
SCRIPT = test1.out test3.out \
- test8.out \
test14.out test15.out \
test19.out test20.out \
test28.out test29.out test30.out test32.out \
- test34.out test36.out test37.out \
+ test36.out test37.out \
test38.out test39.out test40.out test42.out \
test44.out test45.out \
- test48.out test49.out test54.out \
+ test48.out test49.out \
test55.out \
test64.out \
test66.out test68.out test69.out \
@@ -92,7 +91,6 @@ SCRIPT = test1.out test3.out \
test95.out test99.out \
test108.out\
test_autocmd_option.out \
- test_autoformat_join.out \
test_breakindent.out \
test_changelist.out \
test_close_count.out \