clang-tidy: apply suggested fixes
[lttng-tools.git] / tests / unit / test_utils_expand_path.cpp
index 8809448caf5b62e781e352efe169916a5394c9c2..4f460963fdd99dae922d93efd67e485b225ae085 100644 (file)
@@ -85,7 +85,7 @@ struct tree_symlink tree_symlinks[] = {
 };
 const int num_tree_symlinks = sizeof(tree_symlinks) / sizeof(tree_symlinks[0]);
 
-static struct symlink_test_input symlink_tests_inputs[] = {
+struct symlink_test_input symlink_tests_inputs[] = {
        { "a/g/../l/.", "a/b/l" },  { "a/g/../l/./", "a/b/l/" }, { "a/g/../l/..", "a/b" },
        { "a/g/../l/../", "a/b/" }, { "a/b/h/g/", "" },
 };
This page took 0.022339 seconds and 4 git commands to generate.