Fix: add a kernel context list to the channel
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 16d4f7b3991de7d980e2689c3a14571e10a1ac63..5b82672d73206d5045dfd35a8d9c097b29238857 100644 (file)
@@ -35,7 +35,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
@@ -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.022916 seconds and 4 git commands to generate.