[libc++] Improve REQUIRES for _ExtInt test on recent Clangs
authorLouis Dionne <ldionne@apple.com>
Tue, 1 Sep 2020 15:13:44 +0000 (11:13 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 1 Sep 2020 16:03:06 +0000 (12:03 -0400)
commit8df143c2cc0a3b49440cafe8a80b0f72cee6f166
tree0f43aedb2ec160a0dd523d6b68f4a32d3464faf3
parent15e880a04fcfda8eb18e9cd6cab4fb8c0d2588e9
[libc++] Improve REQUIRES for _ExtInt test on recent Clangs

The previous REQUIRES: would cause the test to run only on Clang-11, not
even on following versions of Clang, which was mostly not the intent.
libcxx/test/libcxx/atomics/ext-int.verify.cpp