Skip to content

Commit 1252509

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

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
@@ -9,7 +9,7 @@
99
@test pullback(4.5) == (NO_FIELDS, DoesNotExist(), DoesNotExist())
1010
end
1111

12-
@testset "nondiff_1_2" begin
12+
@testset "one input, 2-tuple output function" begin
1313
nondiff_1_2(x) = (5.0, 3.0)
1414
@non_differentiable nondiff_1_2(::Any)
1515
@test frule((Zero(), 1.2), nondiff_1_2, 3.1) == ((5.0, 3.0), DoesNotExist())

0 commit comments

Comments
 (0)