]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bimap/test/test_bimap_assign.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / bimap / test / test_bimap_assign.cpp
index 948926401c118757269c33d427dc1bf8cf4e4bab..13b620e15b7dc90d5f4eeb14c9dc7a44530fb0e7 100644 (file)
@@ -17,9 +17,6 @@
 
 #include <boost/config.hpp>
 
-// Boost.Test
-#include <boost/test/minimal.hpp>
-
 // std
 #include <sstream>
 #include <algorithm>
@@ -81,7 +78,7 @@ void test_bimap_assign()
 }
 
 
-int test_main( int, char* [] )
+int main()
 {
     test_bimap_assign();
     return 0;