Skip to content

Commit

Permalink
modules/zstd/raw_block_dec_new_mem: fix DSLX tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Oct 2, 2024
1 parent b8c0165 commit 6aff303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xls/modules/zstd/raw_block_dec_new_mem.x
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ proc RawBlockDecoderTest {
last_block: false,
id: u32:0,
data: Data:0x1122_3344,
length: Length:8,
length: Length:64,
},
});

Expand Down Expand Up @@ -269,7 +269,7 @@ proc RawBlockDecoderTest {
last_block: true,
id: u32:1,
data: Data:0x1122_3344_5566_7788,
length: Length:8,
length: Length:64,
},
});

Expand All @@ -281,7 +281,7 @@ proc RawBlockDecoderTest {
last_block: true,
id: u32:1,
data: Data:0xAA_BBCC_DDEE_FF99,
length: Length:7,
length: Length:56,
},
});

Expand Down

0 comments on commit 6aff303

Please sign in to comment.