Skip to content

Commit 79e63f3

Browse files
committed
rename files
1 parent 2c2d2bd commit 79e63f3

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
@@ -21,7 +21,7 @@ include("debug_mode.jl")
2121
include("tangent_types/abstract_tangent.jl")
2222
include("tangent_types/abstract_zero.jl")
2323
include("tangent_types/thunks.jl")
24-
include("tangent_types/tangent.jl")
24+
include("tangent_types/structural_tangent.jl")
2525
include("tangent_types/notimplemented.jl")
2626

2727
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)