forked from OSchip/llvm-project
Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/
llvm-svn: 274651
This commit is contained in:
parent
bc2cfc2291
commit
78fa242ec2
|
@ -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