Commit f088bb0d6e

Andrew Kelley <andrew@ziglang.org>
2025-06-07 21:29:51
don't put intern pool indexes in test cases
1 parent 3208c80
Changed files (1)
test
test/cases/type_names.zig
@@ -54,8 +54,6 @@ export fn nestedTypes() void {
     @compileLog(@typeName(UnionInStruct));
     @compileLog(@typeName(StructInUnion));
     @compileLog(@typeName(UnionInUnion));
-    @compileLog(@typeName(StructInTuple));
-    @compileLog(@typeName(UnionInTuple));
 }
 
 // error
@@ -82,5 +80,3 @@ 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_578 }")
-// @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_585 }")