aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_intersection_result_full.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/test_set_intersection_result_full.c')
-rw-r--r--src/set/test_set_intersection_result_full.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/test_set_intersection_result_full.c b/src/set/test_set_intersection_result_full.c
index 567a2ed0d..1baf667dd 100644
--- a/src/set/test_set_intersection_result_full.c
+++ b/src/set/test_set_intersection_result_full.c
@@ -234,7 +234,7 @@ run (void *cls,
234{ 234{
235 config = cfg; 235 config = cfg;
236 GNUNET_TESTING_peer_get_identity (peer, &local_id); 236 GNUNET_TESTING_peer_get_identity (peer, &local_id);
237 test_iter (); 237 if (0) test_iter ();
238 238
239 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION); 239 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION);
240 set2 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION); 240 set2 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION);