Skip to content

Commit 803bb01

Browse files
author
KristofferC
committed
fixup! Fix layout flags for types that have oddly sized primitive type fields (#58435)
1 parent e765e46 commit 803bb01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/core.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8180,5 +8180,4 @@ myfun57023b(::Type{T}) where {T} = (x = @cfunction myfun57023a Ptr{T} (Ref{T},);
81808180
#58434 bitsegal comparison of oddly sized fields
81818181
primitive type ByteString58434 (18 * 8) end
81828182

8183-
@test Base.datatype_isbitsegal(Tuple{ByteString58434}) == false
81848183
@test Base.datatype_haspadding(Tuple{ByteString58434}) == (length(Base.padding(Tuple{ByteString58434})) > 0)

0 commit comments

Comments
 (0)