diff options
Diffstat (limited to '3rdparty/asio/src/tests/unit/local/stream_protocol.cpp')
-rw-r--r-- | 3rdparty/asio/src/tests/unit/local/stream_protocol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/asio/src/tests/unit/local/stream_protocol.cpp b/3rdparty/asio/src/tests/unit/local/stream_protocol.cpp index 18a3f63c158..985d143e412 100644 --- a/3rdparty/asio/src/tests/unit/local/stream_protocol.cpp +++ b/3rdparty/asio/src/tests/unit/local/stream_protocol.cpp @@ -2,7 +2,7 @@ // stream_protocol.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2024 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) @@ -215,5 +215,5 @@ void test() ASIO_TEST_SUITE ( "local/stream_protocol", - ASIO_TEST_CASE(local_stream_protocol_socket_compile::test) + ASIO_COMPILE_TEST_CASE(local_stream_protocol_socket_compile::test) ) |