Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_uuid.cpp
index e13a0975175308c684e586451d7609a8cb7e7344..26ec6b6c68825a281246d942e79ea1540fb8df8f 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <tap/tap.h>
 
-#include "common/uuid.h"
+#include "common/uuid.hpp"
 
 #define NR_TESTS 21
 
@@ -172,7 +172,7 @@ void run_test(void)
        run_test_lttng_uuid_generate();
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        /* Run tap-formated tests */
        run_test();
This page took 0.02315 seconds and 4 git commands to generate.