diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-06-12 03:33:50 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-12 03:33:50 -0400 |
| commit | 7a9377e720f078bda70c7d4e21f53d160d1e1b15 (patch) | |
| tree | ba7961e6df8af043905c2aefd2cfabaad7975c53 /src/nvim/testdir/Makefile | |
| parent | e53dda90bdb66c78978f75a1eb209f7b601a74f0 (diff) | |
| parent | 1f0830f7004c60f899fc169baecd68960f26ea70 (diff) | |
| download | rneovim-7a9377e720f078bda70c7d4e21f53d160d1e1b15.tar.gz rneovim-7a9377e720f078bda70c7d4e21f53d160d1e1b15.tar.bz2 rneovim-7a9377e720f078bda70c7d4e21f53d160d1e1b15.zip | |
Merge #2585 'Migrate legacy test 74.'
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 ffc5a38338..555d13df69 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -22,7 +22,7 @@ SCRIPTS := test_autoformat_join.out \ test57.out test58.out test59.out \ test61.out test62.out test63.out test64.out \ test68.out test69.out \ - test71.out test73.out test74.out \ + test71.out test73.out \ test79.out test80.out \ test83.out \ test86.out test87.out test88.out \ |