From 5218fc2ccbf388d103c54b0ec9e44e4466d4077e Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Fri, 15 May 2015 19:03:49 +0200 Subject: tests: Migrate legacy test 82. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Helped-By: David Bürgin <676c7473@gmail.com> Helped-By: Shougo Matsushita --- src/nvim/testdir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/Makefile') diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 23811786d3..2827b62274 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -24,7 +24,7 @@ SCRIPTS := test_autoformat_join.out \ test68.out test69.out \ test71.out test73.out test74.out \ test79.out test80.out \ - test82.out test83.out \ + test83.out \ test86.out test87.out test88.out \ test_listlbr.out \ test_breakindent.out \ -- cgit