diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-02 21:04:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-02 21:04:47 +0100 |
commit | 430dc5d360166ca5bb6a73f2c87ae53e09282ecb (patch) | |
tree | 476135bdc6d06c93ae3ab9baa27e50d35c2a7796 /src/testdir/Make_amiga.mak | |
parent | 8889a5c305e69aa49fd08036e624e365097a5b7b (diff) | |
download | vim-git-430dc5d360166ca5bb6a73f2c87ae53e09282ecb.tar.gz |
patch 8.0.1253: still too many old style testsv8.0.1253
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2272)
Diffstat (limited to 'src/testdir/Make_amiga.mak')
-rw-r--r-- | src/testdir/Make_amiga.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index 4a6bd9f66..d89400132 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -13,7 +13,6 @@ include Make_all.mak # test2 "\\tmp" doesn't work # test10 'errorformat' is different # test11 "cat" doesn't work properly -# test12 can't unlink a swap file # test52 only for Win32 # test85 no Lua interface # test86, 87 no Python interface |