test/io_channel: fix one more NULL fatal assert
This was added after the previous SPDK_CU_ASSERT_FATAL change was merged. Change-Id: I9d26fcd78157b6c9b232ac1e7484d0939cc90612 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
a17ad921e2
commit
109fc9561e
@ -146,7 +146,7 @@ channel(void)
|
||||
ch3 = spdk_get_io_channel(&device2, SPDK_IO_PRIORITY_DEFAULT, true, &tmp);
|
||||
CU_ASSERT(g_create_cb_calls == 1);
|
||||
CU_ASSERT(ch2 != ch3);
|
||||
CU_ASSERT(ch3 != NULL);
|
||||
SPDK_CU_ASSERT_FATAL(ch3 != NULL);
|
||||
CU_ASSERT(tmp == ~0x5a5a);
|
||||
|
||||
g_destroy_cb_calls = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user