From 78fa242ec20fd021db07ab1f527ac7b9830f5431 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Wed, 6 Jul 2016 18:24:53 +0000 Subject: Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/ llvm-svn: 274651 --- .../meta.unary/meta.unary.prop/is_constructible.pass.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libcxx/test/std') 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 (); // LWG 2560 -- postpone this test until bots updated - test_is_not_constructible (); -#if TEST_STD_VER > 11 - test_is_not_constructible (); - test_is_not_constructible (); - test_is_not_constructible (); - test_is_not_constructible (); -#endif +// test_is_not_constructible (); +// #if TEST_STD_VERS > 11 +// test_is_not_constructible (); +// test_is_not_constructible (); +// test_is_not_constructible (); +// test_is_not_constructible (); +// #endif } -- cgit v1.2.3