mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +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
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||||
|
|
||||||
now = time (NULL);
|
now = g_get_real_time () / G_USEC_PER_SEC;
|
||||||
file = g_bookmark_file_new ();
|
file = g_bookmark_file_new ();
|
||||||
|
|
||||||
/* added */
|
/* added */
|
||||||
|
Loading…
Reference in New Issue
Block a user