Skip to content

Commit

Permalink
Add test_broken for JuliaLang#24333 (JuliaLang#38769)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored and ElOceanografo committed May 4, 2021
1 parent 3a8d17c commit b726b0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/subtype.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1811,3 +1811,6 @@ end
@testintersect(Type{T} where T>:Missing,
Type{Some{T}} where T,
Union{})

# issue #24333
@test_broken (Type{Union{Ref,Cvoid}} <: Type{Union{T,Cvoid}} where T)

0 comments on commit b726b0d

Please sign in to comment.