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

Still have forgot one last (hopefully) case in the generic ones.
This commit is contained in:
Emmanuel Fleury 2022-02-04 18:20:57 +01:00
parent 6490c66ed6
commit 541d52b984

View File

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