Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_parse_size_suffix.cpp
index ac6efa251f3041e371a5c338c9af8d55986c37f6..296ed88b85283906dc9688c7e415c256d3508d94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Simon Marchi <simon.marchi@polymtl.ca>
+ * Copyright (C) 2013 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -10,7 +10,7 @@
 
 #include <tap/tap.h>
 
-#include <common/utils.h>
+#include <common/utils.hpp>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
@@ -117,7 +117,7 @@ static void test_utils_parse_size_suffix(void)
        }
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(num_valid_tests + num_invalid_tests);
 
This page took 0.024379 seconds and 4 git commands to generate.