[libcxx-commits] [libcxxabi] [libcxxabi][test][VE] Relax test configucation (PR #67387)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 25 18:25:55 PDT 2023


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 5e1f5f4720fc1cfaf344003f81b662ee2323ec85 e786bb53caa0ac992045a77b9e0e25285c098093 -- libcxxabi/test/guard_threaded_test.pass.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/libcxxabi/test/guard_threaded_test.pass.cpp b/libcxxabi/test/guard_threaded_test.pass.cpp
index 6fed14204717..8a5df2e2b88b 100644
--- a/libcxxabi/test/guard_threaded_test.pass.cpp
+++ b/libcxxabi/test/guard_threaded_test.pass.cpp
@@ -42,8 +42,6 @@ constexpr int ConcurrentRunsPerTest = 8;
 constexpr int TestSamples = 10;
 #endif
 
-
-
 void BusyWait() {
   std::this_thread::yield();
 }

``````````

</details>


https://github.com/llvm/llvm-project/pull/67387


More information about the libcxx-commits mailing list