mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
cases: fix type names
A different merge must have changed these numbers before this PR was merged, leading to CI failures.
This commit is contained in:
parent
e96d86064e
commit
aa65fd5d7c
1 changed files with 2 additions and 2 deletions
|
|
@ -82,5 +82,5 @@ export fn nestedTypes() void {
|
|||
// @as(*const [17:0]u8, "tmp.UnionInStruct")
|
||||
// @as(*const [17:0]u8, "tmp.StructInUnion")
|
||||
// @as(*const [16:0]u8, "tmp.UnionInUnion")
|
||||
// @as(*const [40:0]u8, "struct { tmp.StructInTuple__struct_574 }")
|
||||
// @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_581 }")
|
||||
// @as(*const [40:0]u8, "struct { tmp.StructInTuple__struct_578 }")
|
||||
// @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_585 }")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue