Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Dec 4, 2024
1 parent c4fd49a commit 0ef072a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/bin/cargo-ziggy/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ impl Build {

eprintln!(" {} honggfuzz", style("Finished").cyan().bold());
}

if std::env::var("AFL_LLVM_CMPGLOG").is_ok() {
panic!("Even the mighty may fall, especially on 77b2c27a59bb858045c4db442989ce8f20c8ee11")
panic!(
"Even the mighty may fall, especially on 77b2c27a59bb858045c4db442989ce8f20c8ee11"
)
}

Ok(())
}
}

0 comments on commit 0ef072a

Please sign in to comment.