[libcxx-commits] [PATCH] D120889: [libcxx] [test] Fix the get/put long_double_zh_CN tests on Windows

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 3 15:15:23 PST 2022


Quuxplusone accepted this revision.
Quuxplusone added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: libcxx/test/support/locale_helpers.h:91-93
+  return MKSTR("\u00A5");
+#else
+  return MKSTR("\uFFE5");
----------------
Not a blocker; maybe I just like Unicode character names too much. ;)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120889/new/

https://reviews.llvm.org/D120889



More information about the libcxx-commits mailing list