Skip to content

Commit

Permalink
Move test into anonymous namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wthrowe committed Feb 1, 2024
1 parent d988f17 commit c4d5709
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 c4d5709

Please sign in to comment.