]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/system/test/quick.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / system / test / quick.cpp
index 882b834c7eb00d3cb750dfc454a4bd77f6cb9a8b..ca669832d8af1250f951d8be5e992fbd83f65015 100644 (file)
@@ -30,7 +30,7 @@ int main()
 
     BOOST_TEST( bt.equivalent( ev, bn ) );
 
-    BOOST_TEST_EQ( bc, bn );
+    BOOST_TEST( bc == bn );
 
     return boost::report_errors();
 }