Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] adjust printf macro test to use all 64 bits (#98195)
The previous printf macro test for 64 bit octal used the number 0123, which is not large enough to ensure that the macro is actually reading a 64 bit number. This patch enlarges the number, and also makes sure the return value of sprintf is correct for the macro tests.
- Loading branch information