[y2038 commit] r180 - trunk/t

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 7, 2009, 8:59:54 PM1/7/09
to y2038-...@googlegroups.com
Author: schwern
Date: Wed Jan 7 17:41:50 2009
New Revision: 180

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;
}

Reply all
Reply to author
Forward
0 new messages