aboutsummaryrefslogtreecommitdiff
path: root/tests/sandbox/run-uglydate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sandbox/run-uglydate.c')
-rw-r--r--tests/sandbox/run-uglydate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sandbox/run-uglydate.c b/tests/sandbox/run-uglydate.c
index e65cd01097ad..5a5a7161d851 100644
--- a/tests/sandbox/run-uglydate.c
+++ b/tests/sandbox/run-uglydate.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include "config.h"
#include "ntp_fp.h"
+#include "ntp_stdlib.h"
//=======External Functions This Runner Calls=====
extern void setUp(void);
@@ -47,7 +48,7 @@ int main(int argc, char *argv[])
{
progname = argv[0];
UnityBegin("uglydate.c");
- RUN_TEST(test_ConstantDateTime, 9);
+ RUN_TEST(test_ConstantDateTime, 10);
return (UnityEnd());
}