aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/json/test_json.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json/test_json.c b/src/json/test_json.c
index 7e9025b5b..d6c372cf3 100644
--- a/src/json/test_json.c
+++ b/src/json/test_json.c
@@ -52,8 +52,7 @@ test_timestamp (void)
52 }; 52 };
53 53
54 a1 = GNUNET_TIME_absolute_get (); 54 a1 = GNUNET_TIME_absolute_get ();
55 GNUNET_TIME_absolute_to_timestamp (a1, 55 t1 = GNUNET_TIME_absolute_to_timestamp (a1);
56 &t1);
57 j = GNUNET_JSON_from_timestamp (t1); 56 j = GNUNET_JSON_from_timestamp (t1);
58 GNUNET_assert (NULL != j); 57 GNUNET_assert (NULL != j);
59 GNUNET_assert (GNUNET_OK == 58 GNUNET_assert (GNUNET_OK ==