[libcxx-commits] [libcxx] [libc++][z/OS] Disable portion of formatter.char.funsigned-char.pass.cpp for no unicode (PR #94044)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 31 13:21:14 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 6119340e0bc538fbb884cea405fd6add9ed5798c 981b391df554092bba750598d7e6162b0b74427b -- libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char.funsigned-char.pass.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char.funsigned-char.pass.cpp b/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char.funsigned-char.pass.cpp
index 643efe00e3..a7577c1bd9 100644
--- a/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char.funsigned-char.pass.cpp
+++ b/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char.funsigned-char.pass.cpp
@@ -82,7 +82,7 @@ void test() {
test(STR("'\u00ff'"), STR("?}"), '\xff');
}
# endif // TEST_HAS_NO_WIDE_CHARACTERS
-# endif // TEST_HAS_NO_UNICODE
+# endif // TEST_HAS_NO_UNICODE
#endif // TEST_STD_VER > 20
test(STR("10000000"), STR("b}"), char(128));
``````````
</details>
https://github.com/llvm/llvm-project/pull/94044
More information about the libcxx-commits
mailing list