mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
tests: Remove a leftover debug printf
https://bugzilla.gnome.org/show_bug.cgi?id=701456
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user