The tests expect that the <cuchar> include should fail. When libc++
is built on top of the MSVC runtime, the header does exist provided
by MSVC. Therefore, just mark the test as unsupported on windows,
to avoid tests that unexpectedly succeed.
Details
Details
- Reviewers
Mordante ldionne - Group Reviewers
Restricted Project - Commits
- rG4a0a85becc9e: [libcxx] [test] Fix tests of <cuchar> that unexpectedly succeed on windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Maybe update the comment that these changes can be removed in D97870. Other than that LGTM.