Skip to content

Commit ec6e0eb

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 e5ee759 commit ec6e0eb

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
@@ -62,7 +62,7 @@ static void fuzz_bitshuffle_longs(long[] original){
6262
result = BitShuffle.unshuffleLongArray(uncompressed);
6363
}
6464
catch( IOException e ){
65-
return;
65+
throw new RuntimeException(e);
6666
}
6767

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

0 commit comments

Comments
 (0)