commit | fdde880b0288fd9624352aa7ee5c04eefbdff9df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 15:38:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 15:38:24 2013 +0200 |
tree | 35eb921887946e22fe77042cd41c1ada2a3019b3 | |
parent | fc714b35c6dd691adfc15782d663c0a1a07a0da8 [diff] [blame] |
updated for version 7.3.1070 Problem: Vim crashes in Python tests. Compiler warning for unused function. Solution: Disable the tests for now. Move the function.
diff --git a/src/testdir/test87.in b/src/testdir/test87.in index d7d680a..a3f1734 100644 --- a/src/testdir/test87.in +++ b/src/testdir/test87.in
@@ -2,6 +2,8 @@ STARTTEST :so small.vim +:" HACK: currently crashes, skip the test +:e! test.ok | wq! test.out :if !has('python3') | e! test.ok | wq! test.out | endif :lang C :py3 import vim