mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 18:16:06 +00:00

Those tests would pass when run on a C Standard Library that actually provides wide characters, but fail when run on top of one that doesn't. It's really difficult to test this 100% perfectly in the CI without introducing an actual platform that doesn't provide these declarations. Differential Revision: https://reviews.llvm.org/D112937