tests: Fix a non-TAP formatted debug message in the basics-gobject test

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-06-14 18:36:17 +01:00
parent 011202dbc5
commit 74e71c78c0

View File

@ -91,7 +91,7 @@ print_foo (TestIface *tiobj,
{
if (!string)
string = "<NULL>";
g_print ("Iface-FOO: \"%s\" from %p\n", string, tiobj);
g_test_message ("Iface-FOO: \"%s\" from %p", string, tiobj);
}
static void
test_object_test_iface_init (gpointer giface,