diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-15 19:03:48 +0200 |
|---|---|---|
| committer | Lucas Hoffmann <l-m-h@web.de> | 2015-07-11 00:47:49 +0200 |
| commit | 98c022c329d7e782d3624ce04576cdafa33b4ae0 (patch) | |
| tree | 1f2bdbd5c163678768c7d1329eef561b2135aa00 /src/nvim/testdir/Makefile | |
| parent | 73d9cd85df478e98a5d229087489c808a6fbb9a4 (diff) | |
| download | rneovim-98c022c329d7e782d3624ce04576cdafa33b4ae0.tar.gz rneovim-98c022c329d7e782d3624ce04576cdafa33b4ae0.tar.bz2 rneovim-98c022c329d7e782d3624ce04576cdafa33b4ae0.zip | |
tests: Migrate legacy test 62.
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 da99c6d1c4..8f3214cc26 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -19,7 +19,7 @@ SCRIPTS := test_eval.out \ test46.out test47.out test48.out test49.out \ test52.out test53.out test55.out \ test57.out test58.out test59.out \ - test62.out test63.out test64.out \ + test63.out test64.out \ test68.out test69.out \ test71.out test73.out \ test79.out test80.out \ |