From 0c6e7ae4cc8039af611d7a5cf153d9bb7664f3e2 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 10 May 2017 21:40:58 +0000 Subject: Remove usages of _LIBCPP_MSVC which is never defined llvm-svn: 302736 --- libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/utilities/function.objects') diff --git a/libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp b/libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp index 2b19211be9b..aa8eb3916db 100644 --- a/libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp @@ -416,7 +416,7 @@ void throws_in_constructor_test() ThrowsOnCopy() = default; bool operator()() const { assert(false); -#if defined(_LIBCPP_MSVC) +#if defined(TEST_COMPILER_C1XX) __assume(0); #else __builtin_unreachable(); -- cgit v1.2.3