Skip to content

Commit 613a792

Browse files
committed
rename files
1 parent 872d645 commit 613a792

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/ChainRulesCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include("debug_mode.jl")
2222
include("tangent_types/abstract_tangent.jl")
2323
include("tangent_types/abstract_zero.jl")
2424
include("tangent_types/thunks.jl")
25-
include("tangent_types/tangent.jl")
25+
include("tangent_types/structural_tangent.jl")
2626
include("tangent_types/notimplemented.jl")
2727

2828
include("tangent_arithmetic.jl")

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using Test
1111
@testset "differentials" begin
1212
include("tangent_types/abstract_zero.jl")
1313
include("tangent_types/thunks.jl")
14-
include("tangent_types/tangent.jl")
14+
include("tangent_types/structural_tangent.jl")
1515
include("tangent_types/notimplemented.jl")
1616
end
1717

0 commit comments

Comments
 (0)