Modified:
trunk/t/asctime64.t.c
trunk/t/ctime64.t.c
Log:
Forgot the done_testing() call at the end of the new tests.
Modified: trunk/t/asctime64.t.c
==============================================================================
--- trunk/t/asctime64.t.c (original)
+++ trunk/t/asctime64.t.c Wed Jan 7 17:41:50 2009
@@ -60,5 +60,7 @@
/* No errors are defined. (ISO) */
+ done_testing();
+
return 0;
}
Modified: trunk/t/ctime64.t.c
==============================================================================
--- trunk/t/ctime64.t.c (original)
+++ trunk/t/ctime64.t.c Wed Jan 7 17:41:50 2009
@@ -41,5 +41,7 @@
(Can't think of any way to make it error)
*/
+ done_testing();
+
return 0;
}