Skip to content

Commit 721f149

Browse files
author
Job Henandez Lara
authored
Fix typo (#86319)
Im working on the floating point fmaximum and fminimum functions right now in a different pr and I ran the individual tests by doing ``` ninja libc.test.src.math.smoke.<func>_test.__unit__ ```
1 parent b1575f9 commit 721f149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/docs/add_math_function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ implementation (which is very often glibc).
177177

178178
- Build and Run a specific unit test:
179179
```
180-
$ ninja libc.test.src.math.<func>_test
180+
$ ninja libc.test.src.math.<func>_test.__unit__
181181
$ projects/libc/test/src/math/libc.test.src.math.<func>_test
182182
```
183183

0 commit comments

Comments
 (0)