Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / trigger / name / trigger_name.cpp
index 1c9aae32c23afbba93b3f5b674380f08dea30caa..1e2a676dc4000003eec31a6eccb2736ff5d2c42f 100644 (file)
@@ -15,7 +15,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <lttng/lttng.h>
-#include <common/macros.h>
+#include <common/macros.hpp>
 
 #define TEST_COUNT 70
 
@@ -613,7 +613,7 @@ const test_function test_functions[] = {
        double_register_automatic_name_trigger,
 };
 
-int main(int argc, const char **argv)
+int main(void)
 {
        size_t i;
 
This page took 0.023691 seconds and 4 git commands to generate.