summaryrefslogtreecommitdiff
path: root/tests/thread-test.c
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2002-07-04 15:19:30 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2002-07-04 15:19:30 +0000
commitd81ac5339fcf9537a3731ebb5770238f4fa69d59 (patch)
treeadd2dc1c3b2c99c0e1fd5eeec8875c47549a5fb5 /tests/thread-test.c
parent852ed69e87674a027ad8b945d8b63e9249256e61 (diff)
downloadglib-d81ac5339fcf9537a3731ebb5770238f4fa69d59.tar.gz
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/thread-test.c')
-rw-r--r--tests/thread-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/thread-test.c b/tests/thread-test.c
index 8abace2b4..9a2e7b3b6 100644
--- a/tests/thread-test.c
+++ b/tests/thread-test.c
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
#include <glib.h>
/* GMutex */