Skip to content

Commit be88aa8

Browse files
committed
:wqemove unused test struct
1 parent b805b45 commit be88aa8

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

test/deprecated.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1+
# Test struct for `rand_tangent` and `difference`.
2+
struct Foo
3+
a::Float64
4+
b::Int
5+
c::Any
6+
end
27
rand_tangent(args...) = @test_deprecated FiniteDifferences.rand_tangent(args...)
38

49
@testset "rand_tangent" begin

test/runtests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ using Random
77
using StaticArrays
88
using Test
99

10-
# Test struct for `rand_tangent` and `difference`.
11-
struct Foo
12-
a::Float64
13-
b::Int
14-
c::Any
15-
end
1610

1711
Random.seed!(1)
1812

0 commit comments

Comments
 (0)