Skip to content

Commit

Permalink
test: clang-tidy differential will fail
Browse files Browse the repository at this point in the history
Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc committed Jul 1, 2024
1 parent 3474eed commit fa2be66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions map/map_loader/test/test_pointcloud_map_loader_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include <chrono>
#include <memory>

// TODO(mfc): remove this comment line.

using std::chrono_literals::operator""ms;

class TestPointcloudMapLoaderModule : public ::testing::Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<LaneChangeParameters> & parameters,
std::shared_ptr<AvoidanceByLCParameters> avoidance_parameters)
Expand Down

0 comments on commit fa2be66

Please sign in to comment.