ztest: shorten line longer than 80 characters
Change-Id: I8156299180f027e95fe2858903de37abff09ba76 Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
This commit is contained in:
parent
67b816d74c
commit
65ab86cf87
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ static int run_test(struct unit_test *test)
|
||||||
|
|
||||||
TC_START(test->name);
|
TC_START(test->name);
|
||||||
k_thread_spawn(&thread_stack[0], sizeof(thread_stack),
|
k_thread_spawn(&thread_stack[0], sizeof(thread_stack),
|
||||||
(k_thread_entry_t) test_cb, (struct unit_test *)test, NULL, NULL, -1, 0, 0);
|
(k_thread_entry_t) test_cb, (struct unit_test *)test,
|
||||||
|
NULL, NULL, -1, 0, 0);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* There is an implicit expectation here that the thread that was
|
* There is an implicit expectation here that the thread that was
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue