diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-25 14:14:06 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-25 14:14:06 -0500 |
| commit | 45b378259ebc66530cfa2a3fdb2504f17a185a22 (patch) | |
| tree | 24d2e721d30488cf228a72a7fd023f912c86f755 /src/nvim/testdir/Makefile | |
| parent | ce0e66260f5014d1544c1cba6f9d870696b7d4c7 (diff) | |
| parent | 91a1680205f766b8fc2809f42151cf4f694e2151 (diff) | |
| download | rneovim-45b378259ebc66530cfa2a3fdb2504f17a185a22.tar.gz rneovim-45b378259ebc66530cfa2a3fdb2504f17a185a22.tar.bz2 rneovim-45b378259ebc66530cfa2a3fdb2504f17a185a22.zip | |
Merge pull request #2710 from lucc/test83
Migrate legacy test 83.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index aaa6f4b97e..e27ac227c8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -22,7 +22,6 @@ SCRIPTS := test_eval.out \ test68.out test69.out \ test73.out \ test79.out \ - test83.out \ test88.out \ test_listlbr.out \ test_breakindent.out \ |