diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-19 22:24:34 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-19 22:24:34 +0000 |
commit | ce5e58e601f8a7d3eab5ceb33a35b400cce4bf61 (patch) | |
tree | b23ac31bda121ed5d92db328f0a977b5d45243f9 /src/testdir | |
parent | 6abd8e9735d878f4a529f119f1fcf619cab89f4d (diff) | |
download | vim-ce5e58e601f8a7d3eab5ceb33a35b400cce4bf61.zip |
updated for version 7.0042
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/Make_vms.mms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 1db9fa75e..f706ea383 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -4,7 +4,7 @@ # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> # -# Last change: 2004 Dec 24 +# Last change: 2005 Jan 19 # # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX. # Edit the lines in the Configuration section below to select. @@ -57,7 +57,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test33.out test34.out test35.out test36.out test37.out \ test38.out test39.out test40.out test41.out test42.out \ test43.out test44.out test45.out test46.out \ - test48.out test51.out test53.out test54.out + test48.out test51.out test53.out test54.out test55.out .IFDEF WANT_GUI SCRIPT_GUI = test16.out |