aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 19:38:10 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 19:38:10 +0900
commitdccf4142eaac44711692c295d81e0103c8042cd2 (patch)
tree1dd25be9945abbc37b581d743c68303eac54c498 /src/testing
parentf26345b68768695391d9a8ae983a27c03b8ce874 (diff)
downloadgnunet-dccf4142eaac44711692c295d81e0103c8042cd2.tar.gz
gnunet-dccf4142eaac44711692c295d81e0103c8042cd2.zip
-more fixmes, minor const fix
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index f19654029..a3a8219b3 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -479,7 +479,7 @@ GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command)
479 479
480 480
481enum GNUNET_GenericReturnValue 481enum GNUNET_GenericReturnValue
482GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command) 482GNUNET_TESTING_finished (const struct GNUNET_TESTING_Command *command)
483{ 483{
484 struct GNUNET_TIME_Absolute now = GNUNET_TIME_absolute_get (); 484 struct GNUNET_TIME_Absolute now = GNUNET_TIME_absolute_get ();
485 struct GNUNET_TIME_Relative diff = GNUNET_TIME_absolute_get_difference ( 485 struct GNUNET_TIME_Relative diff = GNUNET_TIME_absolute_get_difference (