diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-21 23:49:36 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-21 23:49:36 -0500 |
| commit | 6395dd64a430d8916f72afe807bf4ed8b0de4ea0 (patch) | |
| tree | fb6ab16edff86a2c3ecc2cee17bd182de19a7ffd /src/nvim/testdir/Makefile | |
| parent | dd4b661dbda14e9883f797ee08a15e8ac4f73e6e (diff) | |
| parent | 0581ec396c1e9b1236c5902318c3c003456a6197 (diff) | |
| download | rneovim-6395dd64a430d8916f72afe807bf4ed8b0de4ea0.tar.gz rneovim-6395dd64a430d8916f72afe807bf4ed8b0de4ea0.tar.bz2 rneovim-6395dd64a430d8916f72afe807bf4ed8b0de4ea0.zip | |
Merge pull request #4167 from lucc/test11
tests: migrate legacy test 11
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 0c95459060..7886835b4d 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -9,7 +9,7 @@ SCRIPTSOURCE := ../../../runtime SCRIPTS := \ test8.out test10.out \ - test11.out test12.out test13.out test14.out \ + test12.out test13.out test14.out \ test17.out \ test24.out \ test30.out \ |