commit | fcbbd3244545434d3ae0f5f73ce399d8cce615cc | [log] [tgz] |
---|---|---|
author | Steven Wang <steven.l.wang@linux.intel.com> | Tue Nov 10 06:13:19 2020 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 20 10:57:05 2020 +0100 |
tree | 568c0233c1824e2b7374e7e2b4c7dd6f304fffba | |
parent | 3df64a306b9176ab0f4ec6a83441a62ef92fb947 [diff] |
Test: correct an error in test_pipe_user_thread2thread(). In test_pipe_user_thread2thread(), what should be tested is the pipe, which allocated with k_object_alloc(), rather than "pipe" and "kpipe". That two pipes are already teseted in test_pipe_thread2thread(). Signed-off-by: Steven Wang <steven.l.wang@linux.intel.com>