Skip to content

Commit

Permalink
Merge pull request #5733 from wthrowe/test_anonymous_namespace
Browse files Browse the repository at this point in the history
Move test into anonymous namespace
  • Loading branch information
kidder authored Feb 3, 2024
2 parents 8187949 + c4d5709 commit a9785ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Evolution/DgSubcell/Test_NeighborTciDecision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "Utilities/Gsl.hpp"

namespace evolution::dg::subcell {
namespace {
template <size_t Dim>
void test() {
using tag = subcell::Tags::NeighborTciDecisions<Dim>;
Expand Down Expand Up @@ -80,4 +81,5 @@ SPECTRE_TEST_CASE("Unit.Evolution.Subcell.NeighborTciDecision",
test<2>();
test<3>();
}
} // namespace
} // namespace evolution::dg::subcell

0 comments on commit a9785ba

Please sign in to comment.