From: Stefan Behnel Date: Wed, 30 Apr 2008 21:08:34 +0000 (+0200) Subject: test fix X-Git-Tag: 0.9.6.14~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c32ed8f350b35943d6d7934801bbd4b10509b60;p=cython.git test fix --- diff --git a/tests/run/append.pyx b/tests/run/append.pyx index 3967647e..ae936ce3 100644 --- a/tests/run/append.pyx +++ b/tests/run/append.pyx @@ -2,6 +2,7 @@ __doc__ = """ >>> test_append([]) None None +None got error [1, 2, (3, 4)] >>> _ = test_append(A())