X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_kernel_data.cpp;h=eae335be205026b0abd549cf166cf342d32b40aa;hb=f149493493fbd8a3efa4748832c03278c96c38ca;hp=6f0ce872b737170ae308b96d70a8eb41a21f7425;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git diff --git a/tests/unit/test_kernel_data.cpp b/tests/unit/test_kernel_data.cpp index 6f0ce872b..eae335be2 100644 --- a/tests/unit/test_kernel_data.cpp +++ b/tests/unit/test_kernel_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -11,9 +11,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include @@ -179,7 +179,7 @@ static void test_create_kernel_stream(void) trace_kernel_destroy_stream(stream); } -int main(int argc, char **argv) +int main(void) { plan_tests(NUM_TESTS);