mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
tests: Fix a typo in a test name in the file test suite
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
e74294473e
commit
a8be45204e
@ -4363,7 +4363,7 @@ main (int argc, char *argv[])
|
||||
g_test_add_func ("/file/async-make-symlink", test_async_make_symlink);
|
||||
g_test_add_func ("/file/copy-preserve-mode", test_copy_preserve_mode);
|
||||
g_test_add_func ("/file/copy/progress", test_copy_progress);
|
||||
g_test_add_func ("/file/copy-async-with-closurse", test_copy_async_with_closures);
|
||||
g_test_add_func ("/file/copy-async-with-closures", test_copy_async_with_closures);
|
||||
g_test_add_func ("/file/measure", test_measure);
|
||||
g_test_add_func ("/file/measure-async", test_measure_async);
|
||||
g_test_add_func ("/file/load-bytes", test_load_bytes);
|
||||
|
Loading…
Reference in New Issue
Block a user