summaryrefslogtreecommitdiff
path: root/src/testdir/test87.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-09 14:59:39 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-09 14:59:39 +0200
commitcf703fe9d66744ffd7d9c625ee1cbe048ee07740 (patch)
tree5042b79834702f9c4c48c118596385474c1153be /src/testdir/test87.ok
parent2321ca2a78286bc026fa7f407281ddbeb04114bb (diff)
downloadvim-git-cf703fe9d66744ffd7d9c625ee1cbe048ee07740.tar.gz
patch 7.4.2350v7.4.2350
Problem: Test 86 and 87 fail with some version of Python. Solution: Unify "can't" and "cannot". Unify quotes.
Diffstat (limited to 'src/testdir/test87.ok')
-rw-r--r--src/testdir/test87.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok
index 34e927963..d90ef8625 100644
--- a/src/testdir/test87.ok
+++ b/src/testdir/test87.ok
@@ -628,7 +628,7 @@ b'testdir'
test87.in
> Output
>> OutputSetattr
-del sys.stdout.softspace:(<class 'AttributeError'>, AttributeError("can't delete OutputObject attributes",))
+del sys.stdout.softspace:(<class 'AttributeError'>, AttributeError('cannot delete OutputObject attributes',))
>>> Testing NumberToLong using sys.stdout.softspace = %s
sys.stdout.softspace = []:(<class 'TypeError'>, TypeError('expected int() or something supporting coercing to int(), but got list',))
sys.stdout.softspace = None:(<class 'TypeError'>, TypeError('expected int() or something supporting coercing to int(), but got NoneType',))