Skip to content

Commit

Permalink
Forgot the done_testing() call at the end of the new tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Jan 29, 2010
1 parent 855f57d commit b9986ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/asctime64.t.c
Expand Up @@ -60,5 +60,7 @@ int main(void) {

/* No errors are defined. (ISO) */

done_testing();

return 0;
}
2 changes: 2 additions & 0 deletions t/ctime64.t.c
Expand Up @@ -41,5 +41,7 @@ int main(void) {
(Can't think of any way to make it error)
*/

done_testing();

return 0;
}

0 comments on commit b9986ab

Please sign in to comment.