summaryrefslogtreecommitdiff
path: root/tests/libntp/run-numtohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libntp/run-numtohost.c')
-rw-r--r--tests/libntp/run-numtohost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libntp/run-numtohost.c b/tests/libntp/run-numtohost.c
index 5ebe15b8f5323..49b52640bb514 100644
--- a/tests/libntp/run-numtohost.c
+++ b/tests/libntp/run-numtohost.c
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
{
progname = argv[0];
UnityBegin("numtohost.c");
- RUN_TEST(test_LoopbackNetNonResolve, 8);
+ RUN_TEST(test_LoopbackNetNonResolve, 9);
return (UnityEnd());
}