summaryrefslogtreecommitdiffstats
path: root/src/testdir/test86.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-16 20:47:56 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-16 20:47:56 +0200
commitc24c1acd828e9dc410c2a674c794600eed98bcf6 (patch)
tree36dc69e48a9953c09e47a11675b95b043e1dd72e /src/testdir/test86.in
parent07729b25bf85f41822eae4978eb2097f31ac09d7 (diff)
updated for version 7.3.961v7.3.961
Problem: Tests 86 and 87 fail when using another language than English. Solution: Set the language to C in the test. (Dominique Pelle)
Diffstat (limited to 'src/testdir/test86.in')
-rw-r--r--src/testdir/test86.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test86.in b/src/testdir/test86.in
index 43f2a54513..8124b51d60 100644
--- a/src/testdir/test86.in
+++ b/src/testdir/test86.in
@@ -5,10 +5,10 @@ This would require recompiling Python with:
./configure --without-pymalloc
See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
-
STARTTEST
:so small.vim
:if !has('python') | e! test.ok | wq! test.out | endif
+:lang C
:py import vim
:fun Test()
:let l = []