We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0330ff1 commit eff76caCopy full SHA for eff76ca
subsys/testsuite/ztest/src/ztest_mock.c
@@ -329,7 +329,7 @@ int z_cleanup_mock(void)
329
fail = 1;
330
}
331
if (return_value_list.next) {
332
- PRINT_DATA("Return value no used by mock: %s\n", return_value_list.next->fn);
+ PRINT_DATA("Return value not used by mock: %s\n", return_value_list.next->fn);
333
fail = 2;
334
335
0 commit comments