Skip to content

Commit a2552c5

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 5ce9139 commit a2552c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private static void testBlockStream(FuzzedDataProvider data) {
223223
try (SnappyInputStream in = new SnappyInputStream(new ByteArrayInputStream(data.consumeBytes(100)))) {
224224
while (in.read() != -1) {}
225225
} catch (Exception e) {
226-
throw new RuntimeException(e);
226+
// Expected, ignore.
227227
}
228228
}
229229

0 commit comments

Comments
 (0)