Signed-off-by: Jonathan Rajotte <[email protected]> --- tests/unit/test_kernel_data.c | 2 +- tests/unit/test_session.c | 2 +- tests/unit/test_uri.c | 2 +- tests/unit/test_ust_data.c | 2 +- tests/unit/test_utils_expand_path.c | 2 +- tests/unit/test_utils_parse_size_suffix.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tests/unit/test_kernel_data.c b/tests/unit/test_kernel_data.c index 16d4f7b..e2182e9 100644 --- a/tests/unit/test_kernel_data.c +++ b/tests/unit/test_kernel_data.c @@ -35,7 +35,7 @@ /* Number of TAP tests in this file */ #define NUM_TESTS 10 -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose; diff --git a/tests/unit/test_session.c b/tests/unit/test_session.c index 7242edd..a0e84e9 100644 --- a/tests/unit/test_session.c +++ b/tests/unit/test_session.c @@ -43,7 +43,7 @@ static struct ltt_session_list *session_list; -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 0; diff --git a/tests/unit/test_uri.c b/tests/unit/test_uri.c index ef852c0..7cac95d 100644 --- a/tests/unit/test_uri.c +++ b/tests/unit/test_uri.c @@ -22,7 +22,7 @@ #include <common/uri.h> -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 3; diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c index c52a71b..bc3154c 100644 --- a/tests/unit/test_ust_data.c +++ b/tests/unit/test_ust_data.c @@ -41,7 +41,7 @@ /* Number of TAP tests in this file */ #define NUM_TESTS 10 -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose; diff --git a/tests/unit/test_utils_expand_path.c b/tests/unit/test_utils_expand_path.c index 1e0863f..fe709ac 100644 --- a/tests/unit/test_utils_expand_path.c +++ b/tests/unit/test_utils_expand_path.c @@ -28,7 +28,7 @@ #include <src/common/utils.h> -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 3; diff --git a/tests/unit/test_utils_parse_size_suffix.c b/tests/unit/test_utils_parse_size_suffix.c index 3b9c68c..990aa1b 100644 --- a/tests/unit/test_utils_parse_size_suffix.c +++ b/tests/unit/test_utils_parse_size_suffix.c @@ -23,7 +23,7 @@ #include <src/common/utils.h> -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 3; -- 1.7.9.5 -- Jonathan Rajotte Julien Chargé de laboratoire INF1995 Membre MD6 Polytechnique Montréal _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
