From 8145c40fb224e2c1e4f1e37038be12174a131f60 Mon Sep 17 00:00:00 2001 From: c8ef Date: Sat, 19 Jul 2025 11:51:21 +0800 Subject: [PATCH] fix doc --- libc/src/math/docs/add_math_function.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md index daaf1a3ec5639..d2c85ecf7d9b7 100644 --- a/libc/src/math/docs/add_math_function.md +++ b/libc/src/math/docs/add_math_function.md @@ -183,8 +183,8 @@ implementation (which is very often glibc). - Build and Run exhaustive test (might take hours to run): ``` - $ ninja libc.test.src.math.exhaustive._test - $ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive._test + $ ninja libc.test.src.math.exhaustive._test.__unit__ + $ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive._test.__unit__ ``` - Build and Run performance test: