From fa2be66220710bc3d8080c4afec7a6b6f011a5bb Mon Sep 17 00:00:00 2001 From: veqcc Date: Mon, 1 Jul 2024 10:27:42 +0900 Subject: [PATCH] test: clang-tidy differential will fail Signed-off-by: veqcc --- map/map_loader/test/test_pointcloud_map_loader_module.cpp | 2 -- .../src/scene.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map/map_loader/test/test_pointcloud_map_loader_module.cpp b/map/map_loader/test/test_pointcloud_map_loader_module.cpp index 830876fdb18ca..2b686dc0fe8c3 100644 --- a/map/map_loader/test/test_pointcloud_map_loader_module.cpp +++ b/map/map_loader/test/test_pointcloud_map_loader_module.cpp @@ -26,8 +26,6 @@ #include #include -// TODO(mfc): remove this comment line. - using std::chrono_literals::operator""ms; class TestPointcloudMapLoaderModule : public ::testing::Test diff --git a/planning/behavior_path_planner/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp b/planning/behavior_path_planner/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp index a69ef51391793..202ba00fa7810 100644 --- a/planning/behavior_path_planner/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp +++ b/planning/behavior_path_planner/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp @@ -42,6 +42,8 @@ using autoware::behavior_path_planner::Point2d; using autoware::behavior_path_planner::utils::lane_change::debug::createExecutionArea; namespace utils = autoware::behavior_path_planner::utils; +// TODO(veqcc): remove this comment line. + AvoidanceByLaneChange::AvoidanceByLaneChange( const std::shared_ptr & parameters, std::shared_ptr avoidance_parameters)