diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-08 08:06:14 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-08 08:06:14 +0000 |
commit | c373d9289d1987abe45e339b5aa37f05460e977f (patch) | |
tree | eacecf05ade498902c426d07b76ce3d5e1306ffe /tests/libntp/run-netof.c | |
parent | 49b7d963372f963c2eab9435fa69aa1f61326111 (diff) |
Notes
Diffstat (limited to 'tests/libntp/run-netof.c')
-rw-r--r-- | tests/libntp/run-netof.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/libntp/run-netof.c b/tests/libntp/run-netof.c index 7a714f54ef4e..9301b84b3fc0 100644 --- a/tests/libntp/run-netof.c +++ b/tests/libntp/run-netof.c @@ -52,10 +52,10 @@ int main(int argc, char *argv[]) { progname = argv[0]; UnityBegin("netof.c"); - RUN_TEST(test_ClassBAddress, 11); - RUN_TEST(test_ClassCAddress, 12); - RUN_TEST(test_ClassAAddress, 13); - RUN_TEST(test_IPv6Address, 14); + RUN_TEST(test_ClassBAddress, 12); + RUN_TEST(test_ClassCAddress, 13); + RUN_TEST(test_ClassAAddress, 14); + RUN_TEST(test_IPv6Address, 15); return (UnityEnd()); } |