diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2002-07-04 15:19:30 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2002-07-04 15:19:30 +0000 |
commit | d81ac5339fcf9537a3731ebb5770238f4fa69d59 (patch) | |
tree | add2dc1c3b2c99c0e1fd5eeec8875c47549a5fb5 /tests/threadpool-test.c | |
parent | 852ed69e87674a027ad8b945d8b63e9249256e61 (diff) |
Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the
2002-07-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
throughout the files, which didn't already have them. (#87312)
Diffstat (limited to 'tests/threadpool-test.c')
-rw-r--r-- | tests/threadpool-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/threadpool-test.c b/tests/threadpool-test.c index d5fa56e1c..477484008 100644 --- a/tests/threadpool-test.c +++ b/tests/threadpool-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include <glib.h> #define RUNS 100 |