Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Aug 10, 2023
1 parent a0d4afb commit 9432d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/unit/model/indexing/assign_cl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TEST(ModelIndexing, assign_opencl_vector_1d) {
stan::math::from_matrix_cl(m1_v_cl.adj()));
EXPECT_MATRIX_EQ(m1_v1.val(),
stan::math::from_matrix_cl(m1_v_cl.val()));

EXPECT_THROW(assign(m1_v_cl, m_err, "double err1", index_cl),
std::invalid_argument);
EXPECT_ANY_THROW(assign(m_empty_v_cl,
Expand Down Expand Up @@ -147,7 +147,7 @@ TEST(ModelIndexing, assign_opencl_vector_1d) {
stan::math::var_value<stan::math::matrix_cl<double>> m_v_err = m_err;
EXPECT_THROW(assign(m1_v_cl, m_v_err, "double err2", index_cl),
std::invalid_argument);
m_empty_v_cl = stan::math::matrix_cl<double>(0, 1);
m_empty_v_cl = stan::math::matrix_cl<double>(0, 1);
EXPECT_ANY_THROW(assign(m_empty_v_cl,
rvalue(m2_v_cl, "rvalue var cl", index_cl),
"var cl index err", index_cl));
Expand Down

0 comments on commit 9432d32

Please sign in to comment.