Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_log_level_rule.cpp
index d2895c811bc5331e23d00bcea68805fe7d82827c..b756387fb29415f14cffa7cc1936b108d7a1334a 100644 (file)
@@ -14,9 +14,9 @@
 
 #include <tap/tap.h>
 
-#include <common/payload-view.h>
-#include <common/payload.h>
-#include <lttng/log-level-rule-internal.h>
+#include <common/payload-view.hpp>
+#include <common/payload.hpp>
+#include <lttng/log-level-rule-internal.hpp>
 #include <lttng/log-level-rule.h>
 
 /* For error.h. */
@@ -178,7 +178,7 @@ static void test_log_level_rule_at_least_as_severe_as(void)
        lttng_log_level_rule_destroy(at_least_as_severe_as);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_log_level_rule_exactly();
This page took 0.024195 seconds and 4 git commands to generate.