summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test-main.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-main.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-main.c')
-rw-r--r--dbus/dbus-test-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-test-main.c b/dbus/dbus-test-main.c
index 301021ee..6275d61a 100644
--- a/dbus/dbus-test-main.c
+++ b/dbus/dbus-test-main.c
@@ -38,6 +38,6 @@ main (int argc,
else
test_data_dir = NULL;
- dbus_internal_symbol_do_not_use_run_tests (test_data_dir);
+ dbus_internal_do_not_use_run_tests (test_data_dir);
return 0;
}