X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fhistogram%2Ftest%2Fhistogram_serialization_test.cpp;h=7f1c2afe57b5af4e19f7fdae4e0bf26ee5918361;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=29f6e5ae2d65d28dd15058fbd85c96ea643eedba;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/libs/histogram/test/histogram_serialization_test.cpp b/ceph/src/boost/libs/histogram/test/histogram_serialization_test.cpp index 29f6e5ae2..7f1c2afe5 100644 --- a/ceph/src/boost/libs/histogram/test/histogram_serialization_test.cpp +++ b/ceph/src/boost/libs/histogram/test/histogram_serialization_test.cpp @@ -4,7 +4,7 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include #include #include @@ -43,7 +43,7 @@ void run_tests(const std::string& filename) { } int main(int argc, char** argv) { - BOOST_ASSERT(argc == 2); + assert(argc == 2); run_tests(join(argv[1], "histogram_serialization_test_static.xml")); run_tests(join(argv[1], "histogram_serialization_test_dynamic.xml")); return boost::report_errors();