Skip to content

Commit

Permalink
Updated stan version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
serban-nicusor-catena committed Jan 31, 2020
1 parent 0cbf312 commit 6525458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/unit/version_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
TEST(Stan, macro) {
EXPECT_EQ(2, STAN_MAJOR);
EXPECT_EQ(22, STAN_MINOR);
EXPECT_EQ(0, STAN_PATCH);
EXPECT_EQ(1, STAN_PATCH);
}

TEST(Stan, version) {
EXPECT_EQ("2", stan::MAJOR_VERSION);
EXPECT_EQ("22", stan::MINOR_VERSION);
EXPECT_EQ("0", stan::PATCH_VERSION);
EXPECT_EQ("1", stan::PATCH_VERSION);
}

0 comments on commit 6525458

Please sign in to comment.