diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 15:15:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-05-26 22:55:52 +0000 |
commit | 1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad (patch) | |
tree | 85801af20e3b694584668aeb39ecec75ee71f72c /tests/libntp/run-caljulian.c | |
parent | ab1f1aa8333369a83ff284848fc3fc2e52d5f29f (diff) |
Diffstat (limited to 'tests/libntp/run-caljulian.c')
-rw-r--r-- | tests/libntp/run-caljulian.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/libntp/run-caljulian.c b/tests/libntp/run-caljulian.c index fff7c0b87939..4fd633920611 100644 --- a/tests/libntp/run-caljulian.c +++ b/tests/libntp/run-caljulian.c @@ -25,7 +25,6 @@ #include "config.h" #include "ntp_calendar.h" #include "ntp_stdlib.h" -#include "lib_strbuf.h" #include "test-libntp.h" #include <string.h> @@ -64,10 +63,10 @@ int main(int argc, char *argv[]) progname = argv[0]; suite_setup(); UnityBegin("caljulian.c"); - RUN_TEST(test_RegularTime, 15); - RUN_TEST(test_LeapYear, 16); - RUN_TEST(test_uLongBoundary, 17); - RUN_TEST(test_uLongWrapped, 18); + RUN_TEST(test_RegularTime, 14); + RUN_TEST(test_LeapYear, 15); + RUN_TEST(test_uLongBoundary, 16); + RUN_TEST(test_uLongWrapped, 17); return (UnityEnd()); } |