mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[libcxx][nfc] Cleanup libc++ specific tests.
Move the tests to libcxx so they no longer need `REQUIRES: libc++`. Verify tests don't need `REQUIRES: libc++`. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D106673
This commit is contained in:
parent
1ffc369394
commit
d990852327
@ -7,7 +7,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++03
|
||||
// REQUIRES: libc++
|
||||
|
||||
// These tests require locale for non-char paths
|
||||
// UNSUPPORTED: libcpp-has-no-localization
|
@ -7,7 +7,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++03
|
||||
// REQUIRES: libc++
|
||||
|
||||
// This test makes sure that the control block implementation used for non-array
|
||||
// types in std::make_shared and std::allocate_shared is ABI compatbile with the
|
@ -11,7 +11,6 @@
|
||||
// UNSUPPORTED: gcc-10
|
||||
|
||||
// Test the [[nodiscard]] extension in libc++.
|
||||
// REQUIRES: libc++
|
||||
|
||||
// template<class I>
|
||||
// unspecified iter_move;
|
||||
|
Loading…
Reference in New Issue
Block a user