Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_directory_handle.cpp
index ca116716595165b5ad8bfae4707341714c449fcf..8a4e614993379ff42e01779b9cde562507d91b93 100644 (file)
@@ -14,9 +14,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/compat/directory-handle.h>
-#include <common/compat/errno.h>
-#include <common/error.h>
+#include <common/compat/directory-handle.hpp>
+#include <common/compat/errno.hpp>
+#include <common/error.hpp>
 #include <tap/tap.h>
 
 #define TEST_COUNT 9
@@ -270,7 +270,7 @@ end:
        return ret == 0 ? tests_ran : ret;
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        int ret;
        char test_dir[] = "/tmp/lttng-XXXXXX";
This page took 0.024334 seconds and 4 git commands to generate.