summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test-main.c
diff options
context:
space:
mode:
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;
}