Skip to content

Commit abc1da5

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ private static void testRawApi(FuzzedDataProvider data) {
7272
throw new IllegalStateException("Raw compress/uncompress failed");
7373
}
7474
} catch (Exception e) {
75+
throw new RuntimeException(e);
7576
}
7677

7778
try {

0 commit comments

Comments
 (0)