Fix compile on 64-bit platforms.
This commit is contained in:
parent
39978059cc
commit
62344da1e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user