llvm-project
d7199544 - [libc] Fix mbrtowc test (#153721)

Commit
84 days ago
[libc] Fix mbrtowc test (#153721) Previously, we were trying to memset a pointer that wasn't being initialized, and the test would randomly fail. This PR replaces the pointers with actual objects.
Parents
Loading