Skip to content

Commit 5ce9139

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 8d1a144 commit 5ce9139

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
@@ -149,7 +149,7 @@ private static void testFramed(FuzzedDataProvider data) {
149149
new ByteArrayInputStream(data.consumeBytes(100)))) {
150150
while (invalidIn.read() != -1) {}
151151
} catch (IOException e) {
152-
throw new RuntimeException(e);
152+
// Expected, ignore.
153153
}
154154
}
155155

0 commit comments

Comments
 (0)