Fix unit tests that did not return report_errors()

This commit is contained in:
Glen Fernandes
2018-09-17 07:17:29 -04:00
parent 6a3ddd1458
commit 3cfbd9826d
3 changed files with 5 additions and 2 deletions

View File

@ -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();
}