Skip to content

Commit f7eea14

Browse files
committed
Patch test resolution as well
1 parent 07aadfb commit f7eea14

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
TEST(mathMixFun, complexPow) {
77
auto f = [](const auto& x1, const auto& x2) {
8-
using stan::math::pow;
9-
return pow(x1, x2);
8+
return stan::math::pow(x1, x2);
109
};
1110
stan::test::ad_tolerances tols;
1211
tols.hessian_hessian_ = 5e-3;

0 commit comments

Comments
 (0)