diff options
| author | David Bürgin <676c7473@gmail.com> | 2015-05-01 18:55:55 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-25 16:29:01 -0400 |
| commit | e4c3ac1f82ea69777e1dcbfeb18a42c572c54d8f (patch) | |
| tree | e9b0aba5a26f1cf543ba266aabd9edb0911d7c54 /src/nvim/testdir/Makefile | |
| parent | 44175224ccc75e8feaf2fab594abf957024f79b8 (diff) | |
| download | rneovim-e4c3ac1f82ea69777e1dcbfeb18a42c572c54d8f.tar.gz rneovim-e4c3ac1f82ea69777e1dcbfeb18a42c572c54d8f.tar.bz2 rneovim-e4c3ac1f82ea69777e1dcbfeb18a42c572c54d8f.zip | |
tests: Convert legacy test29
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 6ff3763fd4..f22cb79748 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -14,7 +14,7 @@ SCRIPTS := test_autoformat_join.out \ test11.out test12.out test13.out test14.out \ test17.out \ test24.out \ - test26.out test27.out test29.out test30.out \ + test26.out test27.out test30.out \ test32.out test34.out \ test36.out test37.out test39.out test40.out \ test42.out test43.out test45.out \ |