Skip to content

Commit 5522b9d

Browse files
committed
Fix test typo
1 parent b0c6159 commit 5522b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/math/mix/fun/minus_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TEST(MathMixMatFun, minus) {
4141
}
4242

4343
Eigen::MatrixXd v22(2, 2);
44-
u22 << 5, 6, 7, 8;
44+
v22 << 5, 6, 7, 8;
4545
std::vector<Eigen::MatrixXd> vec_mat{u22, v22};
4646
stan::test::expect_ad(f, vec_mat);
4747
}

0 commit comments

Comments
 (0)