diff options
| author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-07-18 22:29:43 -0400 |
|---|---|---|
| committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-07-18 22:29:43 -0400 |
| commit | 87afee3e7512da9fcaf5d3ff6373d5cb445d4121 (patch) | |
| tree | 71f0886254ca01e5b30896c4205d7a247812bba7 /src/nvim/testdir/Makefile | |
| parent | d71eb9db3ce0826cae0f13be759bccd4aa47bce6 (diff) | |
| parent | 42d38b363ccccdf4194bc2af4d95d09e53625d91 (diff) | |
| download | rneovim-87afee3e7512da9fcaf5d3ff6373d5cb445d4121.tar.gz rneovim-87afee3e7512da9fcaf5d3ff6373d5cb445d4121.tar.bz2 rneovim-87afee3e7512da9fcaf5d3ff6373d5cb445d4121.zip | |
Merge pull request #2719 from lucc/test57
[RDY] tests: Migrate legacy test 57.
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 162ee65fc1..a07b3be1f5 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -18,7 +18,7 @@ SCRIPTS := test_eval.out \ test42.out test45.out \ test47.out test48.out test49.out \ test52.out test53.out test55.out \ - test57.out test58.out test59.out \ + test58.out test59.out \ test64.out \ test68.out test69.out \ test73.out \ |