Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_parse_time_suffix.cpp
index 89fab12eb1ed72e3d7235543fa83acb6fbfe8bf6..97c2c78ba39d3a6ed91a1330275905ad08cdab6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Simon Marchi <simon.marchi@polymtl.ca>
+ * Copyright (C) 2015 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -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.023484 seconds and 4 git commands to generate.