Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk committed Nov 17, 2022
1 parent a77f771 commit 4043a2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuzzers/jif/libjif/src/bin/libafl_cc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ impl ClangWrapper {

#[cfg(test)]
mod tests {
use libafl_cc::CompilerWrapper;

use super::ClangWrapper;

#[test]
fn test_clang_version() {
if let Err(res) = ClangWrapper::new()
Expand Down

0 comments on commit 4043a2b

Please sign in to comment.