From ac43034e7b14e3efa4c2fc9a783f886d7b44c1b1 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Tue, 7 Jul 2009 14:18:02 +0000 Subject: [PATCH] Blocked revisions 73888 via svnmerge ........ r73888 | mark.dickinson | 2009-07-07 15:15:45 +0100 (Tue, 07 Jul 2009) | 3 lines Expand test coverage for struct.pack with native integer packing; reorganize the test_struct module to remove duplicated code and tests. ........