[libcxx-commits] [PATCH] D128087: [libc++][lit][AIX] Port tests for getting time to AIX
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 17 13:00:45 PDT 2022
xingxue marked an inline comment as done.
xingxue added inline comments.
================
Comment at: libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp:187
+ const char in[] = "2061" "\xE5\xB9\xB4" "12" "\xE6\x9C\x88" "31"
+ "\xE6\x97\xA5";
#else
----------------
Mordante wrote:
> Is it not possible to add a time here? If it's not possible please add a comment to clarify it's not possible to set a time.
Thanks for the comment. Added a comment to explain the reason why the time field is omitted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128087/new/
https://reviews.llvm.org/D128087
More information about the libcxx-commits
mailing list