[libc] Check signs instead of values in memcmp unittests.
The C standard only guarantees the sign of return value. The exact return value is implementation defined. Reviewed By: gchatelet Differential Revision: https://reviews.llvm.org/D109588
Loading
Please sign in to comment