Module Name: src Committed By: kre Date: Mon Mar 11 17:45:12 UTC 2019
Modified Files: src/tests/lib/libc/gen: t_humanize_number.c Log Message: Explicitly test for PR lib/54053 A suitable test was actually there already - but the results were not verified. So just add a test that the result string is what is expected. (Previously for len==128 and bytes==10000 it would have returned "0E" now it returns 10000 as it should.) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/gen/t_humanize_number.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.