Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 8, 2014
1 parent 0963f59 commit 4054c38
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/gsl-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -923,19 +923,6 @@ struct BetaInfo : FunctionInfo {
}
};

struct BetaIncInfo : FunctionInfo {
Result GetDerivative(
const Function &, unsigned arg_index, const Tuple &) const {
if (arg_index == 0 || arg_index == 1) {
return Result(
fmt::format(
"derivative with respect to argument '{}' is not provided",
arg_index == 0 ? 'a' : 'b'));
}
return Result();
}
};

TEST_F(GSLTest, Beta) {
TEST_EFUNC2(gsl_sf_beta, BetaInfo());
TEST_EFUNC(gsl_sf_lnbeta);
Expand Down

0 comments on commit 4054c38

Please sign in to comment.