Skip to content

Commit

Permalink
tests: Remove migrated legacy tests from makefile.
Browse files Browse the repository at this point in the history
Remove legacy tests from the old makefile that were forgotten after the test
migration.  The tests are:

- test 26 migrated in da3ade6 merged in neovim#1420
- test 27 migrated in ac52d84 merged in neovim#1328
- test 43 migrated in c915958 merged in neovim#1420
- test 46 migrated in 5ea94e1 merged in neovim#1428
- test 63 migrated in a040aa9 merged in neovim#1930

Additionally the tests 71 and 72 where removed in
85338fe together with the +cryptv feature.
  • Loading branch information
lucc committed Jul 18, 2015
1 parent 4d79edc commit 485a971
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/nvim/testdir/Makefile
Expand Up @@ -12,16 +12,16 @@ SCRIPTS := test_eval.out \
test11.out test12.out test13.out test14.out \
test17.out \
test24.out \
test26.out test27.out test30.out \
test30.out \
test32.out test34.out \
test36.out test37.out test39.out test40.out \
test42.out test43.out test45.out \
test46.out test47.out test48.out test49.out \
test42.out test45.out \
test47.out test48.out test49.out \
test52.out test53.out test55.out \
test57.out test58.out test59.out \
test63.out test64.out \
test64.out \
test68.out test69.out \
test71.out test73.out \
test73.out \
test79.out test80.out \
test83.out \
test86.out test87.out test88.out \
Expand Down

0 comments on commit 485a971

Please sign in to comment.