]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/variant/test/recursive_wrapper_move_test.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / variant / test / recursive_wrapper_move_test.cpp
index c63e454cb2b662a8fd5f19d28843bb8d2a89c47d..58041ec27e5bbd23114b6edba362c7a57c406f03 100644 (file)
@@ -6,7 +6,7 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include "boost/config.hpp"
-#include "boost/test/minimal.hpp"
+#include "boost/core/lightweight_test.hpp"
 
 #ifdef __cpp_inheriting_constructors
 // Test is based on reported issue:
@@ -70,9 +70,9 @@ void run() {
 void run() {}
 #endif
 
-int test_main(int , char* [])
+int main()
 {
-   run();
-   return 0;
+    run();
+    return boost::report_errors();
 }