mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix compile on 64-bit platforms.
This commit is contained in:
parent
39978059cc
commit
62344da1e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue