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

Connector Switch via libc-commits libc-commits at lists.llvm.org
Sat Jul 12 01:17:14 PDT 2025


https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/148348

None

>From de72eb512f1d84a8a2d3bd554f59423c238ee6b8 Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Sat, 12 Jul 2025 16:16:30 +0800
Subject: [PATCH] [libc][NFC] Revise file header for tanf exhaustive test.

---
 libc/test/src/math/exhaustive/tanf_test.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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