Skip to content

Commit

Permalink
Merge 98b993e into 190c85d
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Jun 28, 2018
2 parents 190c85d + 98b993e commit 536b34e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ForwardDiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ module ForwardDiff
using DiffRules, DiffResults
using DiffResults: DiffResult, MutableDiffResult, ImmutableDiffResult
using StaticArrays
using SpecialFunctions
using Compat
using Compat.Random

import NaNMath
import SpecialFunctions
import CommonSubexpressions

include("prelude.jl")
Expand Down
3 changes: 3 additions & 0 deletions test/DualTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -455,4 +455,7 @@ for N in (0,3), M in (0,4), V in (Int, Float32)
end
end

# Test that SpecialFunctions functions are visible
@test lbeta(Dual(1.0), Dual(1.0)) == Dual(0.0)

end # module

0 comments on commit 536b34e

Please sign in to comment.