summaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 12:25:03 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 12:25:11 +0100
commit11d5f61984105efb0e3e263fc67fb846dacead4c (patch)
treea7e6d8a12deae3a04c405bae310311648ddf3f90 /src/pq
parentd3fb16b38049d61ad5bb5271e43420421dd10d91 (diff)
downloadexchange-11d5f61984105efb0e3e263fc67fb846dacead4c.tar.gz
exchange-11d5f61984105efb0e3e263fc67fb846dacead4c.tar.bz2
exchange-11d5f61984105efb0e3e263fc67fb846dacead4c.zip
tested in GNUnet already
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/test_pq.c1
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),