[libc-commits] [libc] 490e500 - [libc][NFC] Revise file header for tanf exhaustive test. (#148348)

via libc-commits libc-commits at lists.llvm.org
Sat Jul 12 10:05:26 PDT 2025


Author: Connector Switch
Date: 2025-07-13T01:05:23+08:00
New Revision: 490e50090440a20e9b63963061a67c04e2b2b901

URL: https://github.com/llvm/llvm-project/commit/490e50090440a20e9b63963061a67c04e2b2b901
DIFF: https://github.com/llvm/llvm-project/commit/490e50090440a20e9b63963061a67c04e2b2b901.diff

LOG: [libc][NFC] Revise file header for tanf exhaustive test. (#148348)

Added: 
    

Modified: 
    libc/test/src/math/exhaustive/tanf_test.cpp

Removed: 
    


################################################################################
diff  --git a/libc/test/src/math/exhaustive/tanf_test.cpp b/libc/test/src/math/exhaustive/tanf_test.cpp
index 09e63ea0d89c7..05a900e0bc20c 100644
--- a/libc/test/src/math/exhaustive/tanf_test.cpp
+++ b/libc/test/src/math/exhaustive/tanf_test.cpp
@@ -1,5 +1,4 @@
-//===-- Exhaustive test for tanf
-//--------------------------------------std::cout----===//
+//===-- Exhaustive test for tanf ------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the libc-commits mailing list