summaryrefslogtreecommitdiff
path: root/test/interfaces/test-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/interfaces/test-client.c')
-rw-r--r--test/interfaces/test-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interfaces/test-client.c b/test/interfaces/test-client.c
index b2d0104..8fc60a0 100644
--- a/test/interfaces/test-client.c
+++ b/test/interfaces/test-client.c
@@ -134,7 +134,7 @@ main (int argc,
proxy = dbus_g_proxy_new_for_name (connection, TEST_NAMESPACE, TEST_OBJECT_PATH,
"org.freedesktop.DBus.GLib.Test.Interfaces.Hello");
- g_assert (proxy != NULL);
+ g_assert_nonnull (proxy);
success = org_freedesktop_DBus_GLib_Test_Interfaces_Hello_say_hello (proxy, &str, &error);
g_object_unref (proxy);