[all-commits] [llvm/llvm-project] f114ed: [libcxx][test][AIX] Fix the thousands_sep expectat...
David Tenty via All-commits
all-commits at lists.llvm.org
Mon May 27 12:39:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f114eddb1923289b696f1b0980cc22c4dbaafa22
https://github.com/llvm/llvm-project/commit/f114eddb1923289b696f1b0980cc22c4dbaafa22
Author: David Tenty <daltenty at ibm.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
Log Message:
-----------
[libcxx][test][AIX] Fix the thousands_sep expectation for fr_FR locales (#92312)
Similar to some other platforms, AIX uses ' ' for non-wide characters
and U202F for wide characters, so this change opts into those paths for
AIX as well.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list