Skip to content

Commit e027860

Browse files
committed
Merge remote-tracking branch 'origin/fix/plusequals-assign-opencl' into fix/plusequals-assign-opencl
2 parents d2834d7 + 03eb22b commit e027860

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/math/opencl/rev/add_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ TEST(OpenCLPrim, add_rev_exceptions) {
7676
EXPECT_THROW(stan::math::add(md11, md22), std::invalid_argument);
7777
}
7878

79-
8079
TEST(OpenCLPrim, add_aliasing) {
8180
stan::math::matrix_d d1(3, 3);
8281
d1 << 1, 2, 3, 4, 5, 6, 7, 8, 9;

0 commit comments

Comments
 (0)