Skip to content

Commit

Permalink
fix: removed disambiguated empty parentheses in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Bee committed Jul 25, 2024
1 parent 7faad43 commit 5d386f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/mars-test/mars_core_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class mars_core_state_test : public testing::Test

TEST_F(mars_core_state_test, CTOR_CORE_TYPE)
{
mars::CoreType core_type();
mars::CoreType core_type;
}

TEST_F(mars_core_state_test, CTOR_CORE_STATE_TYPE)
Expand Down

0 comments on commit 5d386f2

Please sign in to comment.