Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_kernel_probe.cpp
index 0f6f89ec950cb7a0c94c3fac91e670b2b51c3d76..1ec6945d4aae72de31fb67a4f4cf9d609991d0e0 100644 (file)
@@ -14,9 +14,9 @@
 
 #include <tap/tap.h>
 
-#include <common/payload-view.h>
-#include <common/payload.h>
-#include <lttng/kernel-probe-internal.h>
+#include <common/payload-view.hpp>
+#include <common/payload.hpp>
+#include <lttng/kernel-probe-internal.hpp>
 #include <lttng/kernel-probe.h>
 
 /* For error.h */
@@ -159,7 +159,7 @@ static void test_kernel_probe_location_symbol(void)
        lttng_kernel_probe_location_destroy(location_from_buffer);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_kernel_probe_location_address();
This page took 0.026667 seconds and 4 git commands to generate.