-fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 7 May 2012 14:28:44 +0000 (14:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 7 May 2012 14:28:44 +0000 (14:28 +0000)
src/util/test_strings.c

index d361ce0b6a0fe0f6ea2e457e1df8e58f83281769..b662623e8c474b9e4720d03884ec52f521e8ef59 100644 (file)
@@ -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;
 }