Fix: add a kernel context list to the channel
[lttng-tools.git] / tests / unit / test_kernel_data.c
index e2182e9262bfccf82c94c3dc5a2fcbe854fb30d2..5b82672d73206d5045dfd35a8d9c097b29238857 100644 (file)
@@ -120,7 +120,6 @@ static void test_create_kernel_channel(void)
        ok(chan->fd == -1 &&
           chan->enabled == 1 &&
           chan->stream_count == 0 &&
-          chan->ctx == NULL &&
           chan->channel->attr.overwrite  == attr.attr.overwrite,
           "Validate kernel channel");
 
This page took 0.023185 seconds and 4 git commands to generate.