mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-13 11:13:07 +02:00
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:
parent
011202dbc5
commit
74e71c78c0
@ -91,7 +91,7 @@ print_foo (TestIface *tiobj,
|
|||||||
{
|
{
|
||||||
if (!string)
|
if (!string)
|
||||||
string = "<NULL>";
|
string = "<NULL>";
|
||||||
g_print ("Iface-FOO: \"%s\" from %p\n", string, tiobj);
|
g_test_message ("Iface-FOO: \"%s\" from %p", string, tiobj);
|
||||||
}
|
}
|
||||||
static void
|
static void
|
||||||
test_object_test_iface_init (gpointer giface,
|
test_object_test_iface_init (gpointer giface,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user