mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-12-13 14:46:26 +00:00
Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8668189a1a
commit
8e83446812
@ -103,11 +103,11 @@ int main()
|
||||
test_is_not_constructible<AbstractDestructor> ();
|
||||
|
||||
// LWG 2560 -- postpone this test until bots updated
|
||||
test_is_not_constructible<void()> ();
|
||||
#if TEST_STD_VER > 11
|
||||
test_is_not_constructible<void() const> ();
|
||||
test_is_not_constructible<void() volatile> ();
|
||||
test_is_not_constructible<void() &> ();
|
||||
test_is_not_constructible<void() &&> ();
|
||||
#endif
|
||||
// test_is_not_constructible<void()> ();
|
||||
// #if TEST_STD_VERS > 11
|
||||
// test_is_not_constructible<void() const> ();
|
||||
// test_is_not_constructible<void() volatile> ();
|
||||
// test_is_not_constructible<void() &> ();
|
||||
// test_is_not_constructible<void() &&> ();
|
||||
// #endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user