aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-07 14:28:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-07 14:28:44 +0000
commita4ca6303e60aa1df352792e83ef687e9633a9e5d (patch)
treefae6df600e930cb751c40a4fc7071bf8cf0eff80 /src/util
parentee561b41f0ee4857392d1da1d468fce5cea063b1 (diff)
-fix
Diffstat (limited to 'src/util')
-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 d361ce0b6a..b662623e8c 100644
--- a/src/util/test_strings.c
+++ b/src/util/test_strings.c
@@ -101,8 +101,8 @@ check ()
GNUNET_log_skip (2, GNUNET_NO);
b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "unknown");
GNUNET_log_skip (0, GNUNET_YES);
-#endif
WANT ("TEST", b);
+#endif
return 0;
}