forked from boostorg/fusion
Fix unit tests that did not return report_errors()
This commit is contained in:
@ -86,4 +86,5 @@ int main()
|
||||
test_at_key<set<int[3]> >();
|
||||
#endif
|
||||
test_at_key<map<pair<int[3], int[3]> > >();
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user