mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-17 22:32:15 +02:00
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