Skip to content

Commit

Permalink
Fix typo in macro invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottbiondo committed Sep 26, 2024
1 parent e6f564b commit e8c35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/orange/univ/SimpleUnitTracker.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class FiveVolumesTest : public SimpleUnitTrackerTest
void SetUp() override { this->build_geometry("five-volumes.org.json"); }
};

#define Conetest TEST_IF_CELERITAS_GEANT(ConeTest)
#define ConeTest TEST_IF_CELERITAS_GEANT(ConeTest)
class ConeTest : public SimpleUnitTrackerTest
{
void SetUp() override { this->build_gdml_geometry("cone.gdml"); }
Expand Down

0 comments on commit e8c35d4

Please sign in to comment.