aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_strings.c')
-rw-r--r--src/util/test_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_strings.c b/src/util/test_strings.c
index f6f872211..26ca5dc6a 100644
--- a/src/util/test_strings.c
+++ b/src/util/test_strings.c
@@ -99,7 +99,7 @@ main (int argc, char *argv[])
99 } 99 }
100 b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "ASCII"); 100 b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "ASCII");
101 WANT ("TEST", b); 101 WANT ("TEST", b);
102 102
103 at = GNUNET_TIME_UNIT_FOREVER_ABS; 103 at = GNUNET_TIME_UNIT_FOREVER_ABS;
104 bc = GNUNET_STRINGS_absolute_time_to_string (at); 104 bc = GNUNET_STRINGS_absolute_time_to_string (at);
105 GNUNET_assert (GNUNET_OK == 105 GNUNET_assert (GNUNET_OK ==