Skip to content

Commit

Permalink
[libc][Obvious] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChennngWang committed Jan 29, 2021
1 parent d47ee52 commit 1c762a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/test/src/math/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1c762a8

Please sign in to comment.