]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bimap/test/compile_fail/test_bimap_mutable_2.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / bimap / test / compile_fail / test_bimap_mutable_2.cpp
index a7bf19866f2d488a1e9f91e80f1662ae7a590d5b..e9af2a31b7320439dcff0fabd42e8366cb0c6b45 100644 (file)
@@ -17,9 +17,6 @@
 
 #include <boost/config.hpp>
 
-// Boost.Test
-#include <boost/test/minimal.hpp>
-
 // Boost.Bimap
 #include <boost/bimap/bimap.hpp>
 #include <boost/bimap/list_of.hpp>
@@ -39,11 +36,3 @@ void test_bimap_mutable_2()
         cbm.left.find(1)->second = 10;
     }
 }
-
-
-int test_main( int, char* [] )
-{
-    test_bimap_mutable_2();
-    return 0;
-}
-