From d8f9c46bf873fe03dbb1db100f3c6d02b2d6c847 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 1 Feb 2003 02:43:52 +0000 Subject: 2003-01-31 Havoc Pennington * 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. --- dbus/dbus-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-test.c') 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) -- cgit