Skip to content

Commit e298c8c

Browse files
author
git apple-llvm automerger
committed
Merge commit '0bb1e048453e' from llvm.org/main into next
2 parents 453d0d8 + 0bb1e04 commit e298c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/math/docs/add_math_function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ implementation (which is very often glibc).
183183

184184
- Build and Run exhaustive test (might take hours to run):
185185
```
186-
$ ninja libc.test.src.math.exhaustive.<func>_test
187-
$ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive.<func>_test
186+
$ ninja libc.test.src.math.exhaustive.<func>_test.__unit__
187+
$ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive.<func>_test.__unit__
188188
```
189189

190190
- Build and Run performance test:

0 commit comments

Comments
 (0)