From c6abecb89f4fa95994c0ab30a0a9e5f7af8bec0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Krzemie=C5=84ski?= Date: Tue, 20 Oct 2015 09:21:52 +0200 Subject: [PATCH] config: fixed fail test --- test/optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp b/test/optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp index 07bb1b6..c152c69 100644 --- a/test/optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp +++ b/test/optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp @@ -17,7 +17,7 @@ int main() { - BOOST_ERROR("failed as requested"); + static_assert(false, "failed as requested"); return boost::report_errors(); }