Module Name: src Committed By: rillig Date: Fri Jan 3 01:27:36 UTC 2025
Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132_lp64.c Log Message: tests/lint: move a platform-specific test The test failed on i386, as ptrdiff_t fits in a uint32_t after conversion, thus not generating a warning. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/tests/usr.bin/xlint/lint1/msg_132.c cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_132_lp64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.