]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/foreach/test/misc.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / foreach / test / misc.cpp
index 2a25acabb4e854db1f7fe2492eaa48d6854f5947..7ce535d8616f3e323854eecc7083ede823b62511 100644 (file)
@@ -11,7 +11,7 @@
 */
 
 #include <vector>
-#include <boost/test/minimal.hpp>
+#include <boost/core/lightweight_test.hpp>
 #include <boost/foreach.hpp>
 
 struct xxx : std::vector<int>
@@ -41,7 +41,7 @@ struct yyy : std::vector<int>
 ///////////////////////////////////////////////////////////////////////////////
 // test_main
 //   
-int test_main( int, char*[] )
+int main()
 {
-    return 0;
+    return boost::report_errors();
 }