Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / unit / test_kernel_data.c
index c9dc194d0ca4b449a6837065dfbf9c8150dec91c..f3687456424cd8af8ff88a99bf317b06c58c429a 100644 (file)
@@ -177,10 +177,10 @@ static void test_create_kernel_stream(void)
 
 int main(int argc, char **argv)
 {
-       diag("Kernel data structure unit test");
-
        plan_tests(NUM_TESTS);
 
+       diag("Kernel data structure unit test");
+
        test_create_one_kernel_session();
        test_create_kernel_metadata();
        test_create_kernel_channel();
This page took 0.025475 seconds and 5 git commands to generate.