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:
Marco Trevisan 2023-03-13 11:00:13 +00:00
commit dc59380561

View File

@ -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 */