From 8c32ed8f350b35943d6d7934801bbd4b10509b60 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 30 Apr 2008 23:08:34 +0200 Subject: [PATCH] test fix --- tests/run/append.pyx | 1 + 1 file changed, 1 insertion(+) 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()) -- 2.26.2