We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be88aa8 commit b435be4Copy full SHA for b435be4
1 file changed
test/deprecated.jl
@@ -4,6 +4,8 @@ struct Foo
4
b::Int
5
c::Any
6
end
7
+
8
+# to avoid deprecation spam (and actually test deprecations) we will define a wrapper `rand_tangent` function for testing
9
rand_tangent(args...) = @test_deprecated FiniteDifferences.rand_tangent(args...)
10
11
@testset "rand_tangent" begin
0 commit comments