From 31ee7146a6dbbf594841be7eb039cff4011b8ad3 Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Thu, 28 May 2020 19:19:08 -0300 Subject: [PATCH] Drop extra lines. Signed-off-by: Michel Hidalgo --- rmw_fastrtps_shared_cpp/test/test_guid_utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rmw_fastrtps_shared_cpp/test/test_guid_utils.cpp b/rmw_fastrtps_shared_cpp/test/test_guid_utils.cpp index bb893d28d..588da9ecd 100644 --- a/rmw_fastrtps_shared_cpp/test/test_guid_utils.cpp +++ b/rmw_fastrtps_shared_cpp/test/test_guid_utils.cpp @@ -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; @@ -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;