mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Cleaning file 'filename' after the test in glib/tests/fileutils.c
This commit is contained in:
parent
d987146fe1
commit
8901898da2
@ -1447,6 +1447,7 @@ test_get_contents (void)
|
||||
g_assert_no_error (error);
|
||||
|
||||
g_free (contents);
|
||||
g_remove (filename);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user