Committed by Greg Sabino Mullane <[email protected]>

Make sure we rewrite the new done_testing bit

---
 types.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/types.c b/types.c
index 4234077..f218eee 100644
--- a/types.c
+++ b/types.c
@@ -587,7 +587,7 @@ while (<$oldfh>) {
                                printf $newfh qq{is (%-*s, %5s, '%s returns 
correct value');\n},
                                        3+$maxlen, $pgtype{$_}{define}, 
$pgtype{$_}{oid}, $pgtype{$_}{define};
                        }
-                       print $newfh "\n";
+                       print $newfh "\ndone_testing();\n";
                        $step = 1;
                        last;
                }
-- 
1.8.4

Reply via email to