[all-commits] [llvm/llvm-project] 0b20d0: [libc++] Fix two fr_FR locale tests on FreeBSD
Alexander Richardson via All-commits
all-commits at lists.llvm.org
Thu Nov 26 08:15:51 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 0b20d0af3f0ac71a037479984813e0da95ea0ff9
https://github.com/llvm/llvm-project/commit/0b20d0af3f0ac71a037479984813e0da95ea0ff9
Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
Log Message:
-----------
[libc++] Fix two fr_FR locale tests on FreeBSD
FreeBSD's locale data uses the same U+2027 separator as Glibc 2.27 and newer.
Reviewed By: #libc, emaste, ldionne
Differential Revision: https://reviews.llvm.org/D91165
More information about the All-commits
mailing list