Skip to content

Commit de07572

Browse files
authored
Update structures.jl
1 parent 040532d commit de07572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ end
6464
end
6565

6666
m, b = Zygote._pullback(Zygote.Context(), nameof, M)
67-
@test b(m) == (nothing, nothing)
67+
@test b(m) == (nothing, nothing) || b(m) == nothing
6868
end

0 commit comments

Comments
 (0)