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: