Skip to content

Commit

Permalink
Update test-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Jul 3, 2023
1 parent 1d67ef4 commit 7eff219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t8_gtest_version.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TEST (t8_gtest_version, major_version)
TEST (t8_gtest_version, minor_version)
{
/* Change this number when you increase the minor version. */
const int minor_version = 2;
const int minor_version = 3;

EXPECT_EQ (t8_get_version_minor (), minor_version);
}
Expand Down

0 comments on commit 7eff219

Please sign in to comment.