Skip to content

Commit

Permalink
Don't bind reference to temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu committed Jun 23, 2022
1 parent 493012a commit cedd5ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ TEST_F(ControllersTest, OutputFanuc)
generateFiles<MoveItControllersConfig>("moveit_controllers");

std::filesystem::path original_config = getSharePath("moveit_resources_fanuc_moveit_config");
for (const std::string& relative_path : { "config/moveit_controllers.yaml", "config/ros2_controllers.yaml" })
for (const std::string relative_path : { "config/moveit_controllers.yaml", "config/ros2_controllers.yaml" })
{
expectYamlEquivalence(output_dir_ / relative_path, original_config / relative_path);
}
Expand Down

0 comments on commit cedd5ce

Please sign in to comment.