diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 12:25:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 12:25:11 +0100 |
commit | 11d5f61984105efb0e3e263fc67fb846dacead4c (patch) | |
tree | a7e6d8a12deae3a04c405bae310311648ddf3f90 /src/pq/test_pq.c | |
parent | d3fb16b38049d61ad5bb5271e43420421dd10d91 (diff) |
tested in GNUnet already
Diffstat (limited to 'src/pq/test_pq.c')
-rw-r--r-- | src/pq/test_pq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c index e82599cd8..4616d64ed 100644 --- a/src/pq/test_pq.c +++ b/src/pq/test_pq.c @@ -88,7 +88,6 @@ run_queries (struct GNUNET_PQ_Context *conn) json = json_object (); json_object_set_new (json, "foo", json_integer (42)); GNUNET_assert (NULL != json); - /* FIXME: test GNUNET_PQ_result_spec_variable_size */ { struct GNUNET_PQ_QueryParam params_insert[] = { TALER_PQ_query_param_amount (&hamount), |