Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_parse_time_suffix.cpp
index 71f52e4269214696f6ea89a63e4c6e4701221333..97c2c78ba39d3a6ed91a1330275905ad08cdab6f 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <tap/tap.h>
 
-#include <common/utils.h>
+#include <common/utils.hpp>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
@@ -115,7 +115,7 @@ static void test_utils_parse_time_suffix(void)
        }
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(num_valid_tests + num_invalid_tests);
 
This page took 0.023833 seconds and 4 git commands to generate.