Skip to content

Commit 7eff219

Browse files
committed
Update test-files
1 parent 1d67ef4 commit 7eff219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t8_gtest_version.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TEST (t8_gtest_version, major_version)
4242
TEST (t8_gtest_version, minor_version)
4343
{
4444
/* Change this number when you increase the minor version. */
45-
const int minor_version = 2;
45+
const int minor_version = 3;
4646

4747
EXPECT_EQ (t8_get_version_minor (), minor_version);
4848
}

0 commit comments

Comments
 (0)