mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00: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
@ -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…
x
Reference in New Issue
Block a user