[libcxx-commits] [libcxx] test (PR #145167)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 21 05:47:03 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/std/containers/container.adaptors/flat.map/flat.map.access/at_transparent.pass.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/test/std/containers/container.adaptors/flat.map/flat.map.access/at_transparent.pass.cpp b/libcxx/test/std/containers/container.adaptors/flat.map/flat.map.access/at_transparent.pass.cpp
index d6add8b2c..7be6fd7cb 100644
--- a/libcxx/test/std/containers/container.adaptors/flat.map/flat.map.access/at_transparent.pass.cpp
+++ b/libcxx/test/std/containers/container.adaptors/flat.map/flat.map.access/at_transparent.pass.cpp
@@ -121,7 +121,6 @@ constexpr bool test() {
M m{{"alpha", 1}, {"beta", 2}, {"epsilon", 1}, {"eta", 3}, {"gamma", 3}};
int& x = m.at("alpha");
assert(x == 1);
-
}
return true;
``````````
</details>
https://github.com/llvm/llvm-project/pull/145167
More information about the libcxx-commits
mailing list