mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
tests: Remove a leftover debug printf
https://bugzilla.gnome.org/show_bug.cgi?id=701456
This commit is contained in:
parent
fc35c3487e
commit
a62079e2e3
@ -118,7 +118,6 @@ test_parse_name (void)
|
||||
file = g_file_parse_name ("~foo");
|
||||
name = g_file_get_parse_name (file);
|
||||
g_assert (name != NULL);
|
||||
g_print (name);
|
||||
g_object_unref (file);
|
||||
g_free (name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user