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 c740a4dbad
commit 9db262acf5
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();
}