Skip to content

Commit

Permalink
Add test hint
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed May 4, 2023
1 parent 9e56341 commit 0ec13b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/case/channel_mem_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ CASE_TEST(channel, mem_miso) {
if (data_seq[rdh] != rdd) {
mem_show_channel(channel,
CASE_MSG_INFO() << "rdh=" << rdh << ", data_seq[rdh]=" << data_seq[rdh]
<< ", rdd=" << rdd << std::endl,
<< ", rdd=" << rdd << ", receive[0]=" << buff_recv[0] << std::endl,
true, 16);
}

Expand Down

0 comments on commit 0ec13b3

Please sign in to comment.