Skip to content

Commit

Permalink
Drop extra lines.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed May 28, 2020
1 parent e76ef6a commit 31ee714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rmw_fastrtps_shared_cpp/test/test_guid_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ static constexpr size_t byte_array_size =
eprosima::fastrtps::rtps::GuidPrefix_t::size +
eprosima::fastrtps::rtps::EntityId_t::size;


TEST(GUIDUtilsTest, bad_arguments) {
#ifndef NDEBUG
eprosima::fastrtps::rtps::GUID_t guid;
Expand All @@ -37,7 +36,6 @@ TEST(GUIDUtilsTest, bad_arguments) {
#endif
}


TEST(GUIDUtilsTest, byte_array_to_guid_and_back) {
uint8_t input_byte_array[byte_array_size] = {0};
input_byte_array[0] = 0xA5;
Expand Down

0 comments on commit 31ee714

Please sign in to comment.