Add a basic .clang-tidy file and fix typedef warnings
[lttng-tools.git] / tests / unit / test_directory_handle.cpp
index 60d3b4027b0b1cfd6d348dd38d1b13455b52057d..fb8c1555301c6052a0a744ca84fcdaee7eccab9a 100644 (file)
@@ -32,7 +32,7 @@ int lttng_opt_mi;
  * Returns the number of tests that ran (irrespective of the result) or a
  * negative value on error (will abort all tests).
  */
-typedef int(test_func)(const char *test_base_path);
+using test_func = int(const char *);
 
 static test_func test_rmdir_fail_non_empty;
 static test_func test_rmdir_skip_non_empty;
This page took 0.022412 seconds and 4 git commands to generate.