Skip to content

Commit

Permalink
Remove extra vertical space.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Sep 13, 2019
1 parent d7cb4bb commit 1087f05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rcl/test/rcl/test_arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ TEST_F(CLASSNAME(TestArgumentsFixture, RMW_IMPLEMENTATION), test_remove_deprecat
}
}


TEST_F(CLASSNAME(TestArgumentsFixture, RMW_IMPLEMENTATION), test_remove_ros_args_zero) {
const char * argv[] = {""};
rcl_ret_t ret;
Expand Down Expand Up @@ -733,7 +732,6 @@ TEST_F(CLASSNAME(TestArgumentsFixture, RMW_IMPLEMENTATION), test_deprecated_para
EXPECT_EQ(RCL_RET_OK, rcl_arguments_fini(&parsed_args));
}


TEST_F(CLASSNAME(TestArgumentsFixture, RMW_IMPLEMENTATION), test_param_argument_multiple) {
const char * argv[] = {
"process_name", "--ros-args", "--params-file", "parameter_filepath1",
Expand Down

0 comments on commit 1087f05

Please sign in to comment.