From 7138a166807b59dcd507b32d67e836410e97dd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Krzemie=C5=84ski?= Date: Tue, 20 Oct 2015 15:45:30 +0200 Subject: [PATCH] config: reverted fix --- 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 c152c69..07bb1b6 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() { - static_assert(false, "failed as requested"); + BOOST_ERROR("failed as requested"); return boost::report_errors(); }