X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fasio%2Ftest%2Fwindows%2Fbasic_object_handle.cpp;h=68e6ae7a859bd3f0f872cc2c75690855f9673d8d;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=83d1da4a43b3fef5cd5e8b37977b9ce8666a3947;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/libs/asio/test/windows/basic_object_handle.cpp b/ceph/src/boost/libs/asio/test/windows/basic_object_handle.cpp index 83d1da4a4..68e6ae7a8 100644 --- a/ceph/src/boost/libs/asio/test/windows/basic_object_handle.cpp +++ b/ceph/src/boost/libs/asio/test/windows/basic_object_handle.cpp @@ -2,7 +2,7 @@ // basic_object_handle.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -16,11 +16,10 @@ // Test that header file is self-contained. #include -#include #include "../unit_test.hpp" BOOST_ASIO_TEST_SUITE ( - "windows/basic_object_handle", + "basic_object_handle", BOOST_ASIO_TEST_CASE(null_test) )