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

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 4 00:17:40 PST 2022


mstorsjo added inline comments.


================
Comment at: libcxx/test/support/locale_helpers.h:91-93
+  return MKSTR("\u00A5");
+#else
+  return MKSTR("\uFFE5");
----------------
Quuxplusone wrote:
> Not a blocker; maybe I just like Unicode character names too much. ;)
Sure, will amend that. (I actually considered adding such comments to begin with, but I didn't find a good reference for the character names with a couple minutes of browsing.)


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