config: fixed fail test

This commit is contained in:
Andrzej Krzemieński
2015-10-20 09:21:52 +02:00
parent b96337a6d7
commit c6abecb89f

View File

@ -17,7 +17,7 @@
int main()
{
BOOST_ERROR("failed as requested");
static_assert(false, "failed as requested");
return boost::report_errors();
}