From: Stefan Behnel Date: Sat, 12 Oct 2013 05:14:14 +0000 (+0200) Subject: minor cleanup X-Git-Tag: 0.20b1~282^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87eae6580bcf466aa8a3742571dabe0687a717f2;p=platform%2Fupstream%2Fpython-cython.git minor cleanup --- diff --git a/tests/run/pyarray.pyx b/tests/run/pyarray.pyx index 6b85dcf..970e35e 100644 --- a/tests/run/pyarray.pyx +++ b/tests/run/pyarray.pyx @@ -155,7 +155,7 @@ def test_extend(): except TypeError: pass else: - raise AssertionError('tried to extend with an incompatible array type') + assert False, 'extending incompatible array types did not raise' def test_likes(a): """