mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Merge branch 'bookmarkfile-timings' into 'main'
tests: Change the time function used in the bookmark tests See merge request GNOME/glib!3315
This commit is contained in:
commit
dc59380561
@ -911,7 +911,7 @@ test_deprecated (void)
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
now = time (NULL);
|
||||
now = g_get_real_time () / G_USEC_PER_SEC;
|
||||
file = g_bookmark_file_new ();
|
||||
|
||||
/* added */
|
||||
|
Loading…
Reference in New Issue
Block a user