Skip to content

Commit

Permalink
remove test that doesn't apply to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Oct 16, 2024
1 parent 55a30d5 commit 3ba6c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7542,7 +7542,6 @@ end
# issue #31696
foo31696(x::Int8, y::Int8) = 1
foo31696(x::T, y::T) where {T <: Int8} = 2
@test length(methods(foo31696)) == 2
let T1 = Tuple{Int8}, T2 = Tuple{T} where T<:Int8, a = T1[(1,)], b = T2[(1,)]
b .= a
@test b[1] == (1,)
Expand Down

0 comments on commit 3ba6c16

Please sign in to comment.