aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_graph_api.c
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-09-27 14:11:42 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-09-27 14:11:42 +0000
commitefaee22e6bc145305a6f8104c68914cfa07b1ac3 (patch)
tree127828caf63c032dcb6b76f0a0541db632aaec51 /src/regex/test_regex_graph_api.c
parentbb325e4a419aa2ec5ddff34b45a49dcaaa53d0ab (diff)
downloadgnunet-efaee22e6bc145305a6f8104c68914cfa07b1ac3.tar.gz
gnunet-efaee22e6bc145305a6f8104c68914cfa07b1ac3.zip
tests
Diffstat (limited to 'src/regex/test_regex_graph_api.c')
-rw-r--r--src/regex/test_regex_graph_api.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regex/test_regex_graph_api.c b/src/regex/test_regex_graph_api.c
index b20a6d07f..ea1c7fb78 100644
--- a/src/regex/test_regex_graph_api.c
+++ b/src/regex/test_regex_graph_api.c
@@ -77,13 +77,7 @@ filecheck (const char *filename)
77int 77int
78main (int argc, char *argv[]) 78main (int argc, char *argv[])
79{ 79{
80 GNUNET_log_setup ("test-regex", 80 GNUNET_log_setup ("test-regex", "WARNING", NULL);
81#if VERBOSE
82 "DEBUG",
83#else
84 "WARNING",
85#endif
86 NULL);
87 81
88 int error; 82 int error;
89 struct GNUNET_REGEX_Automaton *a; 83 struct GNUNET_REGEX_Automaton *a;