[libcxx-commits] [libcxx] 0f58ab8 - [libc++] Undo unintended renaming in bc695f522743

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 26 08:52:25 PDT 2024


Author: Louis Dionne
Date: 2024-08-26T11:51:29-04:00
New Revision: 0f58ab851c4e9e5cb962e34144c4169dd675389b

URL: https://github.com/llvm/llvm-project/commit/0f58ab851c4e9e5cb962e34144c4169dd675389b
DIFF: https://github.com/llvm/llvm-project/commit/0f58ab851c4e9e5cb962e34144c4169dd675389b.diff

LOG: [libc++] Undo unintended renaming in bc695f522743

Renaming the test will require fixing additional issues, which
I will tackle in a separate patch.

Added: 
    libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.cpp

Modified: 
    

Removed: 
    libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp


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


        


More information about the libcxx-commits mailing list