aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-14 18:53:13 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-14 18:53:13 +0100
commit10b9070e6db17b146784cd789cd7d4fa43b9e5ff (patch)
tree88ad1afdb6f2d692e7108561c2c7906bcc0470b5
parent82f815e6fd5e40d607719c5b0aced26c7f020c74 (diff)
downloadgnunet-10b9070e6db17b146784cd789cd7d4fa43b9e5ff.tar.gz
gnunet-10b9070e6db17b146784cd789cd7d4fa43b9e5ff.zip
-fix test ftbfs
-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 ==