diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-15 19:03:48 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-27 12:56:47 -0400 |
| commit | ee312ca9a4d35132059db80b13153ce71faa4ae6 (patch) | |
| tree | 0fadf9ea58a844a40ffe4ab5081988b519059a9f /src/nvim/testdir/Makefile | |
| parent | 5218fc2ccbf388d103c54b0ec9e44e4466d4077e (diff) | |
| download | rneovim-ee312ca9a4d35132059db80b13153ce71faa4ae6.tar.gz rneovim-ee312ca9a4d35132059db80b13153ce71faa4ae6.tar.bz2 rneovim-ee312ca9a4d35132059db80b13153ce71faa4ae6.zip | |
tests: Migrate legacy test 65.
Helped-By: David Bürgin <676c7473@gmail.com>
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 2827b62274..ffc5a38338 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -20,7 +20,7 @@ SCRIPTS := test_autoformat_join.out \ test46.out test47.out test48.out test49.out \ test52.out test53.out test55.out \ test57.out test58.out test59.out \ - test61.out test62.out test63.out test64.out test65.out \ + test61.out test62.out test63.out test64.out \ test68.out test69.out \ test71.out test73.out test74.out \ test79.out test80.out \ |