Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_notification.cpp
index 5a2bac14d2159d678d01b717fe658d6a357ce450..e870cbef6dab355eab2e8f6151c642589b1bd8e3 100644 (file)
@@ -24,7 +24,7 @@
 #include <lttng/notification/notification.h>
 #include <lttng/trigger/trigger.h>
 
-#include <common/macros.h>
+#include <common/macros.hpp>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
@@ -303,7 +303,7 @@ static void test_trigger(void)
 }
 
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_condition_buffer_usage_low();
This page took 0.022807 seconds and 4 git commands to generate.