mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 02:34:05 +02: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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user