| ... | @@ -124,7 +124,6 @@ test "TrailerFlags" { | ... | @@ -124,7 +124,6 @@ test "TrailerFlags" { |
| 124 | .b = true, | 124 | .b = true, |
| 125 | .c = 1234, | 125 | .c = 1234, |
| 126 | }); | 126 | }); |
| 127 | testing.expect(flags.sizeInBytes() == 16); | | |
| 128 | const slice = try testing.allocator.allocAdvanced(u8, 8, flags.sizeInBytes(), .exact); | 127 | const slice = try testing.allocator.allocAdvanced(u8, 8, flags.sizeInBytes(), .exact); |
| 129 | defer testing.allocator.free(slice); | 128 | defer testing.allocator.free(slice); |
| 130 | | 129 | |