Skip to content

Commit

Permalink
#249: location: update file name in guard and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hobywan committed Feb 25, 2019
1 parent 5a158d4 commit be5c390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/location/test_location_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//@HEADER
// ************************************************************************
//
// test_location_message.h
// test_location_common.h
// vt (Virtual Transport)
// Copyright (C) 2018 NTESS, LLC
//
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -179,4 +179,4 @@ using MsgType = testing::Types<ShortMsg, LongMsg>;

}}}} // namespace vt::tests::unit::locat

#endif /*INCLUDED_TEST_LOCATION_MESSAGE_H*/
#endif /*INCLUDED_TEST_LOCATION_COMMON_H*/

0 comments on commit be5c390

Please sign in to comment.