]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/variant/test/test6.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / variant / test / test6.cpp
index 9bee23a88ab03669d134ecfe8991041677487ef6..6a0c75d6bde1c581640a001a986ebd3826bd3992 100644 (file)
@@ -10,7 +10,7 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-#include "boost/test/minimal.hpp"
+#include "boost/core/lightweight_test.hpp"
 #include "boost/variant.hpp"
 
 #include <iostream>
@@ -66,9 +66,9 @@ void run()
 
 
 
-int test_main(int , char* [])
+int main()
 {
    run();
-   return 0;
+   return boost::report_errors();
 }