mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[vuint] fix incorrect number of test cases
This commit is contained in:
parent
fa024f9a27
commit
039243923c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ begin
|
|||
if ci_mode then
|
||||
-- No need to send the full expectation in one big chunk
|
||||
check_uart(net, uart1_rx_handle, nul & nul);
|
||||
check_uart(net, uart1_rx_handle, "0/56" & cr & lf);
|
||||
check_uart(net, uart1_rx_handle, "0/55" & cr & lf);
|
||||
end if;
|
||||
|
||||
-- Wait until all expected data has been received
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue