[libcxx-commits] [libcxx] [libc++] Fix name of is_always_lock_free test which was never being run (PR #106077)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 26 07:12:17 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/106077.diff


1 Files Affected:

- (renamed) libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp () 


``````````diff
diff --git a/libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.cpp b/libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp
similarity index 100%
rename from libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.cpp
rename to libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp

``````````

</details>


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


More information about the libcxx-commits mailing list