Merge branch 'fix_date_test_again_and_again' into 'main'

Fix glib/test/date.c for FreeBSD/OpenBSD/MacOS X

See merge request GNOME/glib!2473
This commit is contained in:
Philip Withnall 2022-02-07 14:00:14 +00:00
commit 41ba547ea7

View File

@ -738,7 +738,6 @@ test_strftime (void)
{ "%r", "12:00:00 AM" },
{ "%X", "00:00:00" },
{ "%x", "01/01/01" },
{ "%Y", "1" },
{ "%Z", "" },
#endif
};