We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e765e46 commit 803bb01Copy full SHA for 803bb01
test/core.jl
@@ -8180,5 +8180,4 @@ myfun57023b(::Type{T}) where {T} = (x = @cfunction myfun57023a Ptr{T} (Ref{T},);
8180
#58434 bitsegal comparison of oddly sized fields
8181
primitive type ByteString58434 (18 * 8) end
8182
8183
-@test Base.datatype_isbitsegal(Tuple{ByteString58434}) == false
8184
@test Base.datatype_haspadding(Tuple{ByteString58434}) == (length(Base.padding(Tuple{ByteString58434})) > 0)
0 commit comments