diff options
| author | Manman Ren <manman.ren@gmail.com> | 2016-07-06 18:24:53 +0000 |
|---|---|---|
| committer | Manman Ren <manman.ren@gmail.com> | 2016-07-06 18:24:53 +0000 |
| commit | 78fa242ec20fd021db07ab1f527ac7b9830f5431 (patch) | |
| tree | acdae2fdce79cb9e2a8d8f111dd3cdf4e5f6d4cd /libcxx/test/std | |
| parent | bc2cfc229121db69b83e652df87d33005e4b86e3 (diff) | |
| download | bcm5719-llvm-78fa242ec20fd021db07ab1f527ac7b9830f5431.tar.gz bcm5719-llvm-78fa242ec20fd021db07ab1f527ac7b9830f5431.zip | |
Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/
llvm-svn: 274651
Diffstat (limited to 'libcxx/test/std')
| -rw-r--r-- | libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp index 0737a15fc73..8d5eaa0c546 100644 --- a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp @@ -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 } |

