diff options
Diffstat (limited to '3rdparty/asio/src/tests/unit/ip/address_v6.cpp')
-rw-r--r-- | 3rdparty/asio/src/tests/unit/ip/address_v6.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/asio/src/tests/unit/ip/address_v6.cpp b/3rdparty/asio/src/tests/unit/ip/address_v6.cpp index 8d5ee8a0965..026c5fa4f9a 100644 --- a/3rdparty/asio/src/tests/unit/ip/address_v6.cpp +++ b/3rdparty/asio/src/tests/unit/ip/address_v6.cpp @@ -2,7 +2,7 @@ // address_v6.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) @@ -409,6 +409,6 @@ void test() ASIO_TEST_SUITE ( "ip/address_v6", - ASIO_TEST_CASE(ip_address_v6_compile::test) + ASIO_COMPILE_TEST_CASE(ip_address_v6_compile::test) ASIO_TEST_CASE(ip_address_v6_runtime::test) ) |