forked from boostorg/optional
config: fixed fail test
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
BOOST_ERROR("failed as requested");
|
static_assert(false, "failed as requested");
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user