Skip to content

Commit

Permalink
#1835: tests: make sure to use unique namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jun 8, 2022
1 parent 727dc17 commit 9283f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/collection/test_model_comm_model.nompi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#include <memory>

namespace vt { namespace tests { namespace unit { namespace comm {
namespace vt { namespace tests { namespace unit { namespace comm { namespace model {

using TestModelCommModel = TestHarness;

Expand Down Expand Up @@ -173,4 +173,4 @@ TEST_F(TestModelCommModel, test_comm_model) {
}
}

}}}} // end namespace vt::tests::unit::comm
}}}}} // end namespace vt::tests::unit::comm::model

0 comments on commit 9283f7b

Please sign in to comment.