Skip to content

Commit 90bfd67

Browse files
authored
tweak
1 parent b0a40c5 commit 90bfd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/Base/mapreduce.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ end
295295
@test y1 == [1, 2, 6, 24]
296296
@test b1([1, 1, 1, 1])[3] isa ChainRulesCore.NotImplemented
297297
@test b1([1, 1, 1, 1])[4] == [33, 16, 10, 6]
298-
@test b1([1, 1, 1, 1])[6] isa Tangent{Some{Int64}}
298+
@test b1([1, 1, 1, 1])[6] isa Tangent{<:Some{Int64}}
299299
@test b1([1, 1, 1, 1])[6].value isa ChainRulesCore.NotImplemented
300300

301301
# if VERSION >= v"1.5"

0 commit comments

Comments
 (0)