From 22e80e4047c722527ba8b8e68a2e19a34c23f515 Mon Sep 17 00:00:00 2001 From: ChihHao Su Date: Wed, 8 Feb 2023 13:57:53 +0800 Subject: [PATCH] Fix a English grammer mistake --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2cc11c41..890c10dd 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -66,7 +66,7 @@ add_fmt_test(gtest-extra-test) # Remove this when the issue is solved! if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" AND ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") - message(WARNING "Skipping format-test due a issue of clang on OpenBSD: " + message(WARNING "Skipping format-test due to a issue of clang on OpenBSD: " "https://github.com/llvm/llvm-project/issues/56694") else() add_fmt_test(format-test mock-allocator.h) @@ -80,7 +80,7 @@ if (NOT (MSVC AND BUILD_SHARED_LIBS)) # Remove this when the issue is solved! if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" AND ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") - message(WARNING "Skipping format-impl-test due a issue of clang on OpenBSD: " + message(WARNING "Skipping format-impl-test due to a issue of clang on OpenBSD: " "https://github.com/llvm/llvm-project/issues/56694") else() add_fmt_test(format-impl-test HEADER_ONLY header-only-test.cc)