From be5c390ea08eb3120278246bcda6717d27351e0e Mon Sep 17 00:00:00 2001 From: Hoby Rakotoarivelo Date: Mon, 25 Feb 2019 16:28:44 +0100 Subject: [PATCH] #249: location: update file name in guard and comment --- tests/unit/location/test_location_common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/location/test_location_common.h b/tests/unit/location/test_location_common.h index d4e4212302..32e4a172eb 100644 --- a/tests/unit/location/test_location_common.h +++ b/tests/unit/location/test_location_common.h @@ -2,7 +2,7 @@ //@HEADER // ************************************************************************ // -// test_location_message.h +// test_location_common.h // vt (Virtual Transport) // Copyright (C) 2018 NTESS, LLC // @@ -42,8 +42,8 @@ //@HEADER */ -#if !defined INCLUDED_TEST_LOCATION_MESSAGE_H -#define INCLUDED_TEST_LOCATION_MESSAGE_H +#if !defined INCLUDED_TEST_LOCATION_COMMON_H +#define INCLUDED_TEST_LOCATION_COMMON_H #include "data_message.h" #include "vt/transport.h" @@ -179,4 +179,4 @@ using MsgType = testing::Types; }}}} // namespace vt::tests::unit::locat -#endif /*INCLUDED_TEST_LOCATION_MESSAGE_H*/ +#endif /*INCLUDED_TEST_LOCATION_COMMON_H*/