Fix a English grammer mistake
This commit is contained in:
parent
754062365a
commit
22e80e4047
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user