authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-06-07 12:29:51-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-06-07 12:29:51-07:00
logf088bb0d6e3ef439958e53e526902cbc0a11c597
tree53e13fc749bc921e8e4d539c530291d4f811ac5e
parent3208c80f2b65d7c3a415d439bbb49e8e20cd81e1

don't put intern pool indexes in test cases


1 files changed, 0 insertions(+), 4 deletions(-)

test/cases/type_names.zig-4
......@@ -54,8 +54,6 @@ export fn nestedTypes() void {
5454 @compileLog(@typeName(UnionInStruct));
5555 @compileLog(@typeName(StructInUnion));
5656 @compileLog(@typeName(UnionInUnion));
57 @compileLog(@typeName(StructInTuple));
58 @compileLog(@typeName(UnionInTuple));
5957}
6058
6159// error
......@@ -82,5 +80,3 @@ export fn nestedTypes() void {
8280// @as(*const [17:0]u8, "tmp.UnionInStruct")
8381// @as(*const [17:0]u8, "tmp.StructInUnion")
8482// @as(*const [16:0]u8, "tmp.UnionInUnion")
85// @as(*const [40:0]u8, "struct { tmp.StructInTuple__struct_578 }")
86// @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_585 }")