Merge branch 'test-cal-31' into 'main'

ci: avoid another date-dependent failure

See merge request GNOME/gtk!7535
This commit is contained in:
Matthias Clasen
2024-07-31 20:12:16 +00:00

View File

@@ -580,8 +580,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
/* avoid day 30 and 31, since they don't exist in February */
instance = g_object_new (type,
"year", 1984,
"month", 10,
"day", 05,
"month", 10,
NULL);
}
/* special casing for singletons */