forked from OSchip/llvm-project
[libc][Obvious] Fix typo
This commit is contained in:
parent
d47ee525f9
commit
1c762a81d2
|
@ -3,7 +3,7 @@ add_libc_testsuite(libc_math_unittests)
|
|||
function(add_fp_unittest name)
|
||||
cmake_parse_arguments(
|
||||
"MATH_UNITTEST"
|
||||
"NEED_MPFR" # No optional arguments
|
||||
"NEED_MPFR" # Optional arguments
|
||||
"" # Single value arguments
|
||||
"" # Multi-value arguments
|
||||
${ARGN}
|
||||
|
|
Loading…
Reference in New Issue