tests/unit: Strengthen FIFO8 tests
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 6 Sep 2024 13:05:58 +0000 (15:05 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:11:13 +0000 (20:11 +0200)
commite72177263f244ce73c4ea98e73eb69a55c6eb6f8
treec615447829198bc5ee8a0e2af5ad147261ee2395
parentf2f262c3f9dd50dbe93d5dacacc2e553dd712065
tests/unit: Strengthen FIFO8 tests

Replace reused bytes { 0x1, 0x2, 0x3, 0x4 } by { 0x9, 0xa, 0xb, 0xc }
to be sure a different value is overwritten.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20240906132909.78886-2-philmd@linaro.org>
tests/unit/test-fifo.c