Fix a English grammer mistake

This commit is contained in:
ChihHao Su 2023-02-08 13:57:53 +08:00 committed by GitHub
parent 754062365a
commit 22e80e4047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)