[libc][Obvious] Fix typo

This commit is contained in:
Cheng Wang 2021-01-29 17:41:25 +08:00
parent d47ee525f9
commit 1c762a81d2
1 changed files with 1 additions and 1 deletions

View File

@ -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}