Skip to content

Commit e5ee759

Browse files
Update src/test/java/org/xerial/snappy/fuzz/BitShuffleFuzzer.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0e8f777 commit e5ee759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/xerial/snappy/fuzz/BitShuffleFuzzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void fuzz_bitshuffle_ints(int[] original){
4242
result = BitShuffle.unshuffleIntArray(uncompressed);
4343
}
4444
catch( IOException e ){
45-
return;
45+
throw new RuntimeException(e);
4646
}
4747

4848
if(Arrays.equals(original,result) == false)

0 commit comments

Comments
 (0)