diff options
| author | Simon Glass <[email protected]> | 2024-11-27 11:17:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-02 16:34:30 -0600 |
| commit | 5c8c0738877e15cfe263c721989969c43ff9e5bf (patch) | |
| tree | 00a8cdee64150af32ce92b9e7751ce74c2deb3d5 /doc/develop/bootstd/script.rst | |
| parent | e46e4d6fd7f969f0e60b0f54b69830da543b0d96 (diff) | |
test: Adjust print_ut test to use unsigned char
Since char is unsigned on arm64, this test currently fails. It seems
better to use unsigned anyway, since 0xff is written into the string at
the start. Update the terminator-assert to use a character instead of a
byte.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Changes in v6:
- Re-introduce
Changes in v2:
- Use '\0' instead of 0
test/print_ut.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Diffstat (limited to 'doc/develop/bootstd/script.rst')
0 files changed, 0 insertions, 0 deletions
