mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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)
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user