We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1366261 + 62d3ee5 commit 6e2825aCopy full SHA for 6e2825a
sctp/src/fuzz_artifact_test.rs
@@ -13,7 +13,6 @@ use bytes::Bytes;
13
14
#[test]
15
fn param_crash_artifacts() {
16
- dbg!(std::env::current_dir());
17
for artifact in std::fs::read_dir("fuzz/artifacts/param").unwrap() {
18
let artifact = artifact.unwrap();
19
if artifact
@@ -30,7 +29,6 @@ fn param_crash_artifacts() {
30
29
31
32
fn packet_crash_artifacts() {
33
34
for artifact in std::fs::read_dir("fuzz/artifacts/packet").unwrap() {
35
36
0 commit comments