diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-06-16 01:36:17 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-16 01:36:17 -0400 |
| commit | 8fa77bbfaf47812063cf29ebec62efb2fa454482 (patch) | |
| tree | bb7e9f1a505d91741a6e1ae75b2962f61bb7607b /src/nvim/testdir/Makefile | |
| parent | c83af3a88cfbd4480e02b38f1d4d8e38a58a56d5 (diff) | |
| parent | c2065a183fe3b68a03401306591114f3046281db (diff) | |
| download | rneovim-8fa77bbfaf47812063cf29ebec62efb2fa454482.tar.gz rneovim-8fa77bbfaf47812063cf29ebec62efb2fa454482.tar.bz2 rneovim-8fa77bbfaf47812063cf29ebec62efb2fa454482.zip | |
Merge #2820 'tests: migrate legacy test argument_count.'.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 023a8bf234..b982dbcbb3 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -27,7 +27,6 @@ SCRIPTS := test_eval.out \ test86.out test87.out test88.out \ test_listlbr.out \ test_breakindent.out \ - test_argument_count.out \ test_close_count.out \ test_command_count.out \ |