This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unsupported instead of xfail in bytes.pass.cpp upstream libc++ test.
I backported std::byte to work in C++14. Because this test used XFAIL, the test now unexpectedly passes instead of fails. I updated to use UNSUPPORTED instead to avoid an unexpected pass.
- Loading branch information