diff options
| author | David Bürgin <676c7473@gmail.com> | 2015-03-22 23:27:01 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-05 22:14:10 -0400 |
| commit | d41322fafb153720d7a5506f5022c46879afb2d1 (patch) | |
| tree | 7ef9a9c6519a348479375979b48a1110055a1be1 /src/nvim/testdir/Makefile | |
| parent | 7a5a85d2c4711dce3d0850af93d510eed46fe118 (diff) | |
| download | rneovim-d41322fafb153720d7a5506f5022c46879afb2d1.tar.gz rneovim-d41322fafb153720d7a5506f5022c46879afb2d1.tar.bz2 rneovim-d41322fafb153720d7a5506f5022c46879afb2d1.zip | |
tests: Migrate legacy tests 92 and 93 #2261
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 70e6f8ee4c..be76206bfc 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -27,7 +27,6 @@ SCRIPTS := test_autoformat_join.out \ test76.out test78.out test79.out test80.out \ test82.out test83.out test85.out \ test86.out test87.out test88.out \ - test92.out test93.out \ test96.out test99.out \ test_listlbr.out \ test_breakindent.out |