aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
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 (