summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/tests/libntp/prettydate.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/tests/libntp/prettydate.c')
-rw-r--r--contrib/ntp/tests/libntp/prettydate.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ntp/tests/libntp/prettydate.c b/contrib/ntp/tests/libntp/prettydate.c
index 9a331e8..e1292bf 100644
--- a/contrib/ntp/tests/libntp/prettydate.c
+++ b/contrib/ntp/tests/libntp/prettydate.c
@@ -6,11 +6,14 @@
#include "unity.h"
+void test_ConstantDate(void);
+
+
void
test_ConstantDate(void) {
const u_int32 HALF = 2147483648UL;
- l_fp time = {3485080800UL, HALF}; // 2010-06-09 14:00:00.5
+ l_fp time = {{3485080800UL}, HALF}; /* 2010-06-09 14:00:00.5 */
TEST_ASSERT_EQUAL_STRING("cfba1ce0.80000000 Wed, Jun 9 2010 14:00:00.500",
gmprettydate(&time));
OpenPOWER on IntegriCloud