| author | |
| committer | |
| log | b074299124e1403d48d9904c6ab855b7c72df9e0 |
| tree | d8994f7c37c9da9d2d273e3b824c8b16fd143a8b |
| parent | b9a63433b71e8b07691da158a136d17e1f04c49b |
1 files changed, 0 insertions(+), 7 deletions(-)
lib/std/meta.zig-7| ... | ... | @@ -1193,13 +1193,6 @@ test hasUniqueRepresentation { |
| 1193 | 1193 | |
| 1194 | 1194 | try testing.expect(hasUniqueRepresentation(TestStruct6)); |
| 1195 | 1195 | |
| 1196 | const TestUnion1 = packed union { | |
| 1197 | a: u32, | |
| 1198 | b: u16, | |
| 1199 | }; | |
| 1200 | ||
| 1201 | try testing.expect(!hasUniqueRepresentation(TestUnion1)); | |
| 1202 | ||
| 1203 | 1196 | const TestUnion2 = extern union { |
| 1204 | 1197 | a: u32, |
| 1205 | 1198 | b: u16, |