From 213ed008bbcd9fe0d3329b17f5f4af0169e448ff Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 11 Dec 2019 20:12:26 +0100 Subject: patch 8.1.2421: test88 is old style Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347) --- src/testdir/test_python3.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_python3.vim') diff --git a/src/testdir/test_python3.vim b/src/testdir/test_python3.vim index d66e54f9d..285330280 100644 --- a/src/testdir/test_python3.vim +++ b/src/testdir/test_python3.vim @@ -1,5 +1,5 @@ " Test for python 3 commands. -" TODO: move tests from test88.in here. +" TODO: move tests from test87.in here. source check.vim CheckFeature python3 -- cgit v1.2.1