[libcxx-commits] [libcxx] 01d0171 - Address formatting mistake in libc++ test

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 30 10:53:38 PDT 2025


Author: Eric Fiselier
Date: 2025-06-30T13:53:24-04:00
New Revision: 01d0171e7a955deff032bed3ac1b7e51d98ce4a9

URL: https://github.com/llvm/llvm-project/commit/01d0171e7a955deff032bed3ac1b7e51d98ce4a9
DIFF: https://github.com/llvm/llvm-project/commit/01d0171e7a955deff032bed3ac1b7e51d98ce4a9.diff

LOG: Address formatting mistake in libc++ test

Added: 
    

Modified: 
    libcxx/test/std/thread/futures/futures.async/wait_on_destruct.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/thread/futures/futures.async/wait_on_destruct.pass.cpp b/libcxx/test/std/thread/futures/futures.async/wait_on_destruct.pass.cpp
index d2964e02257d2..7384a195bb360 100644
--- a/libcxx/test/std/thread/futures/futures.async/wait_on_destruct.pass.cpp
+++ b/libcxx/test/std/thread/futures/futures.async/wait_on_destruct.pass.cpp
@@ -23,7 +23,6 @@
 #include <condition_variable>
 #include <thread>
 
-
 std::mutex mux;
 
 int main(int, char**) {


        


More information about the libcxx-commits mailing list