[libcxx-commits] [libcxx] [libc++] Move a few tests into more correct places (PR #147557)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 8 08:56:05 PDT 2025
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 HEAD~1 HEAD --extensions cpp -- libcxx/test/extensions/all/cstddef.compile.pass.cpp libcxx/test/extensions/libcxx/include_as_c.sh.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/test/extensions/all/cstddef.compile.pass.cpp b/libcxx/test/extensions/all/cstddef.compile.pass.cpp
index c6f670d7b..4958f2856 100644
--- a/libcxx/test/extensions/all/cstddef.compile.pass.cpp
+++ b/libcxx/test/extensions/all/cstddef.compile.pass.cpp
@@ -15,7 +15,7 @@
#include "test_macros.h"
using PtrdiffT = ::ptrdiff_t;
-using SizeT = ::size_t;
+using SizeT = ::size_t;
#if TEST_STD_VER >= 11
using MaxAlignT = ::max_align_t;
#endif
``````````
</details>
https://github.com/llvm/llvm-project/pull/147557
More information about the libcxx-commits
mailing list