Skip to content

Commit 3ba6c16

Browse files
committed
remove test that doesn't apply to 1.10
1 parent 55a30d5 commit 3ba6c16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/core.jl

-1
Original file line numberDiff line numberDiff line change
@@ -7542,7 +7542,6 @@ end
75427542
# issue #31696
75437543
foo31696(x::Int8, y::Int8) = 1
75447544
foo31696(x::T, y::T) where {T <: Int8} = 2
7545-
@test length(methods(foo31696)) == 2
75467545
let T1 = Tuple{Int8}, T2 = Tuple{T} where T<:Int8, a = T1[(1,)], b = T2[(1,)]
75477546
b .= a
75487547
@test b[1] == (1,)

0 commit comments

Comments
 (0)