Skip to content

Commit 990bfb6

Browse files
authored
Remove duplicated call to rclcpp::shutdown in test (ros-controls#1220)
1 parent f7b1af1 commit 990bfb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: diff_drive_controller/test/test_load_diff_drive_controller.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ int main(int argc, char ** argv)
4141
rclcpp::init(argc, argv);
4242
int result = RUN_ALL_TESTS();
4343
rclcpp::shutdown();
44-
rclcpp::shutdown();
4544
return result;
4645
}

0 commit comments

Comments
 (0)