summaryrefslogtreecommitdiff
path: root/test/break-loader.c
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-09-11 15:27:38 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-13 13:44:09 +0100
commit0cea59aad50c75ee6125e6fc627c4f083489d40d (patch)
tree65e28d0a7eeb9127233ebe8087936939b1d7d7fa /test/break-loader.c
parentf658047ec8453dc7a7ba5ebe66bf113050915da0 (diff)
downloaddbus-0cea59aad50c75ee6125e6fc627c4f083489d40d.tar.gz
Remove DBUS_COMPILATION from test source code
DBUS_COMPILATION definition was moved to test/Makefile.am static_cppflags, so remove it from test source code. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68852 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'test/break-loader.c')
-rw-r--r--test/break-loader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/break-loader.c b/test/break-loader.c
index e62b8c20..1e406fc3 100644
--- a/test/break-loader.c
+++ b/test/break-loader.c
@@ -33,12 +33,10 @@
#include <sys/wait.h>
#include <string.h>
-#define DBUS_COMPILATION
#include <dbus/dbus-string.h>
#include <dbus/dbus-internals.h>
#include <dbus/dbus-test.h>
#include <dbus/dbus-marshal-basic.h>
-#undef DBUS_COMPILATION
static DBusString failure_dir;
static int total_attempts;