Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 5, 2019
1 parent ebaa959 commit d745ad9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rcl_action/test/rcl_action/test_action_communication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1031,12 +1031,8 @@ TEST_F(CLASSNAME(TestActionCommunication, RMW_IMPLEMENTATION), test_invalid_feed
EXPECT_EQ(ret, RCL_RET_INVALID_ARGUMENT) << rcl_get_error_string().str;
rcl_reset_error();

<<<<<<< HEAD
test_msgs__action__Fibonacci_Action_Feedback__fini(&incoming_feedback);
test_msgs__action__Fibonacci_Action_Feedback__fini(&outgoing_feedback);
=======
test_msgs__action__Fibonacci_Action_Feedback__fini(&feedback);
>>>>>>> update test to IDL-based action generation
}

TEST_F(CLASSNAME(TestActionCommunication, RMW_IMPLEMENTATION), test_invalid_status_opts)
Expand Down

0 comments on commit d745ad9

Please sign in to comment.