Skip to content

Commit 0835187

Browse files
authored
Update test/rule_definition_tools.jl
1 parent 88459bd commit 0835187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rule_definition_tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@testset "rule_definition_tools.jl" begin
22
@testset "@non_differentiable" begin
3-
@testset "nondiff_2_1" begin
3+
@testset "two input one output function" begin
44
nondiff_2_1(x, y) = fill(7.5, 100)[x + y]
55
@non_differentiable nondiff_2_1(::Any, ::Any)
66
@test frule((Zero(), 1.2, 2.3), nondiff_2_1, 3, 2) == (7.5, DoesNotExist())

0 commit comments

Comments
 (0)