Fix compile on 64-bit platforms.

This commit is contained in:
John Baldwin 2008-06-26 21:26:34 +00:00
parent 39978059cc
commit 62344da1e6

View File

@ -115,7 +115,7 @@ run_tests(void)
{
struct regression_test **testp;
printf("1..%d\n", SET_COUNT(regression_tests_set));
printf("1..%td\n", SET_COUNT(regression_tests_set));
test_index = 1;
SET_FOREACH(testp, regression_tests_set) {
test_acknowleged = 0;