| author | |
| committer | |
| log | c5b7322319a9559423fcda5c20c3b2e22338b2b4 |
| tree | 3d1dc5c5378ac41ab5ca24f549721a882583454f |
| parent | 804b51b179bf7af689d308a092d1b02e94674570 |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/meta/trailer_flags.zig-1| ... | ... | @@ -124,7 +124,6 @@ test "TrailerFlags" { |
| 124 | 124 | .b = true, |
| 125 | 125 | .c = 1234, |
| 126 | 126 | }); |
| 127 | testing.expect(flags.sizeInBytes() == 16); | |
| 128 | 127 | const slice = try testing.allocator.allocAdvanced(u8, 8, flags.sizeInBytes(), .exact); |
| 129 | 128 | defer testing.allocator.free(slice); |
| 130 | 129 |