[glib: 1/2] Fix test date (again)...




commit 48c9d775887d66e69217bcf4126d319a27390f3d
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date:   Fri Feb 4 17:07:39 2022 +0100

    Fix test date (again)...
    
    I forgot to remove the "%P" case from shared code... Doh!

 glib/tests/date.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/glib/tests/date.c b/glib/tests/date.c
index 0162d8887..818904a91 100644
--- a/glib/tests/date.c
+++ b/glib/tests/date.c
@@ -735,7 +735,6 @@ test_strftime (void)
     { "%h", "Jan" },
     { "%k", " 0" },
     { "%l", "12" },
-    { "%P", "am" },
     { "%r", "12:00:00 AM" },
     { "%X", "00:00:00" },
     { "%x", "01/01/01" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]