Skip to content

Commit d143a04

Browse files
committed
ifdef0endif don't compile mix tests, they're only supporting complex
1 parent 4b08e16 commit d143a04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <test/unit/math/test_ad.hpp>
22

3+
#if 0
34
TEST(mathMixMatFun, exp) {
45
auto f = [](const auto& x) {
56
using stan::math::exp;
@@ -18,3 +19,4 @@ TEST(mathMixMatFun, exp) {
1819
stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(com_args));
1920
stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(args));
2021
}
22+
#endif

0 commit comments

Comments
 (0)