diff options
Diffstat (limited to '3rdparty/asio/src/tests/unit/ip/address_v4.cpp')
-rw-r--r-- | 3rdparty/asio/src/tests/unit/ip/address_v4.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/asio/src/tests/unit/ip/address_v4.cpp b/3rdparty/asio/src/tests/unit/ip/address_v4.cpp index 8885f469d48..6fb361b9544 100644 --- a/3rdparty/asio/src/tests/unit/ip/address_v4.cpp +++ b/3rdparty/asio/src/tests/unit/ip/address_v4.cpp @@ -2,7 +2,7 @@ // address_v4.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) @@ -324,6 +324,6 @@ void test() ASIO_TEST_SUITE ( "ip/address_v4", - ASIO_TEST_CASE(ip_address_v4_compile::test) + ASIO_COMPILE_TEST_CASE(ip_address_v4_compile::test) ASIO_TEST_CASE(ip_address_v4_runtime::test) ) |