diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2025-06-07 13:37:51 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-06-07 13:06:51 -0400 |
| commit | aa65fd5d7ca2dda5da8454e863d196745b5a50d3 (patch) | |
| tree | 680a0c9b7ce259c8a9e3eb5441cec4df9e219247 | |
| parent | e96d86064eb81977f254fa8f36481b7d150cb3b6 (diff) | |
| download | zig-aa65fd5d7ca2dda5da8454e863d196745b5a50d3.tar.gz zig-aa65fd5d7ca2dda5da8454e863d196745b5a50d3.zip | |
cases: fix type names
A different merge must have changed these numbers before this PR was
merged, leading to CI failures.
| -rw-r--r-- | test/cases/type_names.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cases/type_names.zig b/test/cases/type_names.zig index b8ed18adb5..84474586d1 100644 --- a/test/cases/type_names.zig +++ b/test/cases/type_names.zig @@ -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 }") |
