Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott authored Jan 16, 2022
1 parent b0a40c5 commit 90bfd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/Base/mapreduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ end
@test y1 == [1, 2, 6, 24]
@test b1([1, 1, 1, 1])[3] isa ChainRulesCore.NotImplemented
@test b1([1, 1, 1, 1])[4] == [33, 16, 10, 6]
@test b1([1, 1, 1, 1])[6] isa Tangent{Some{Int64}}
@test b1([1, 1, 1, 1])[6] isa Tangent{<:Some{Int64}}
@test b1([1, 1, 1, 1])[6].value isa ChainRulesCore.NotImplemented

# if VERSION >= v"1.5"
Expand Down

0 comments on commit 90bfd67

Please sign in to comment.