[libc++] Re-enable the _BitInt test for std::atomic on Clang 14

It should now work since the Clang on CI nodes has been updated.

Differential Revision: https://reviews.llvm.org/D115256
This commit is contained in:
Louis Dionne 2021-12-07 11:31:50 -05:00
parent 7ed95d1577
commit a00f3e2d09

View File

@ -12,9 +12,8 @@
// disable them for now until their behavior can be designed better later.
// See https://reviews.llvm.org/D84049 for details.
// TODO(ldionne): Re-enable the test on clang-14 once 6c75ab5f66b4 lands in the CI.
// UNSUPPORTED: apple-clang-12, apple-clang-13
// UNSUPPORTED: clang-12, clang-13, clang-14
// UNSUPPORTED: clang-12, clang-13
// UNSUPPORTED: c++03