summaryrefslogtreecommitdiff
path: root/tests/libntp/run-decodenetnum.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-01-21 08:50:56 +0000
committerXin LI <delphij@FreeBSD.org>2016-01-21 08:50:56 +0000
commitcbb26d1b6673ba1c6efd6e36a06fb6a56263b5fc (patch)
tree72c8a10ba42f04018a461504b789125f97944bda /tests/libntp/run-decodenetnum.c
parentc373d9289d1987abe45e339b5aa37f05460e977f (diff)
Notes
Diffstat (limited to 'tests/libntp/run-decodenetnum.c')
-rw-r--r--tests/libntp/run-decodenetnum.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/libntp/run-decodenetnum.c b/tests/libntp/run-decodenetnum.c
index 57b955c2a046b..d41f93eb4f3da 100644
--- a/tests/libntp/run-decodenetnum.c
+++ b/tests/libntp/run-decodenetnum.c
@@ -55,10 +55,10 @@ int main(int argc, char *argv[])
UnityBegin("decodenetnum.c");
RUN_TEST(test_IPv4AddressOnly, 8);
RUN_TEST(test_IPv4AddressWithPort, 9);
- RUN_TEST(test_IPv6AddressOnly, 11);
- RUN_TEST(test_IPv6AddressWithPort, 12);
- RUN_TEST(test_IllegalAddress, 14);
- RUN_TEST(test_IllegalCharInPort, 15);
+ RUN_TEST(test_IPv6AddressOnly, 10);
+ RUN_TEST(test_IPv6AddressWithPort, 11);
+ RUN_TEST(test_IllegalAddress, 12);
+ RUN_TEST(test_IllegalCharInPort, 13);
return (UnityEnd());
}