summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-02-01 02:43:52 +0000
committerHavoc Pennington <hp@redhat.com>2003-02-01 02:43:52 +0000
commitd8f9c46bf873fe03dbb1db100f3c6d02b2d6c847 (patch)
tree1461f400cc8ff62f43a3b655269e37e1ecbe5aae /dbus/dbus-test.c
parentca84a292179f520df8e2c44a02d285ded95803ff (diff)
2003-01-31 Havoc Pennington <hp@pobox.com>
* dbus/dbus-message.c: refactor the test code to be more general, in preparation for writing a "randomly permute test cases to try to break the loader" program.
Diffstat (limited to 'dbus/dbus-test.c')
-rw-r--r--dbus/dbus-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c
index f52504a2..4b3d9f27 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -44,7 +44,7 @@ die (const char *failure)
* @param test_data_dir the directory with test data (test/data normally)
*/
void
-dbus_internal_symbol_do_not_use_run_tests (const char *test_data_dir)
+dbus_internal_do_not_use_run_tests (const char *test_data_dir)
{
#ifdef DBUS_BUILD_TESTS
if (test_data_dir == NULL)