summaryrefslogtreecommitdiff
path: root/tests/libntp/run-humandate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libntp/run-humandate.c')
-rw-r--r--tests/libntp/run-humandate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libntp/run-humandate.c b/tests/libntp/run-humandate.c
index 1f2e717c620ac..690895fddf40e 100644
--- a/tests/libntp/run-humandate.c
+++ b/tests/libntp/run-humandate.c
@@ -49,8 +49,8 @@ int main(int argc, char *argv[])
{
progname = argv[0];
UnityBegin("humandate.c");
- RUN_TEST(test_RegularTime, 8);
- RUN_TEST(test_CurrentTime, 9);
+ RUN_TEST(test_RegularTime, 9);
+ RUN_TEST(test_CurrentTime, 10);
return (UnityEnd());
}