From 472f5be977e913632cc1d15e663a34b62dfbab5c Mon Sep 17 00:00:00 2001 From: Naoki INADA Date: Thu, 17 Dec 2009 17:58:41 +0900 Subject: Fix tests. --- test/test_pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pack.py') diff --git a/test/test_pack.py b/test/test_pack.py index 86badb5..5dec068 100644 --- a/test/test_pack.py +++ b/test/test_pack.py @@ -17,7 +17,7 @@ def testPack(): 1.0, "", "a", "a"*31, "a"*32, None, True, False, - [], [[]], [[], None], + (), ((),), ((), None,), {None: 0}, (1<<23), ] -- cgit v1.2.1