diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-03 18:00:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-03 18:00:05 +0200 |
commit | 92fdd1e75db3048516a93a18cc53ed984813c9e5 (patch) | |
tree | 20c741c05afa7c9ea98d2a3adb4a94c3914baf79 /src/testdir/Make_vms.mms | |
parent | 5289783e0b07cfc3f92ee933261ca4c4acdca007 (diff) | |
download | vim-git-92fdd1e75db3048516a93a18cc53ed984813c9e5.tar.gz |
patch 8.2.1120: Python code not tested properlyv8.2.1120
Problem: Python code not tested properly.
Solution: Add more tests and convert old-style test into new-style test.
(Yegappan Lakshmanan, closes #6370)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index a89bb244f..ff6deb465 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -116,7 +116,7 @@ SCRIPT_GDIFF = test47.out .ENDIF .IFDEF HAVE_PYTHON -SCRIPT_PYTHON = test86.out test87.out +SCRIPT_PYTHON = test87.out .ENDIF .in.out : |