Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_expand_path.cpp
index 8216f3fd7b7a35625f55bf865971ccdf21718456..3cb1a81604c585ae12fe898ebbb0109deffb8586 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <tap/tap.h>
 
-#include <common/utils.h>
-#include <common/path.h>
-#include <common/common.h>
+#include <common/utils.hpp>
+#include <common/path.hpp>
+#include <common/common.hpp>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
@@ -327,7 +327,7 @@ static void test_utils_expand_path(void)
        }
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        if (prepare_symlink_tree() != 0) {
                goto error_mkdir;
This page took 0.033772 seconds and 4 git commands to generate.