Skip to content

Commit

Permalink
change cmplog to use new API for CmpLogObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jhertz-apple committed Jan 11, 2023
1 parent 01f547a commit 91357b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuzzers/jif/libjif/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ pub extern "C" fn main() {
let time_observer = TimeObserver::new("time");

// Create the Cmp observer
let cmplog = unsafe { &mut CMPLOG_MAP };
let cmplog_observer = CmpLogObserver::new("cmplog", cmplog, true);
let cmplog_observer = CmpLogObserver::new("cmplog", true);

// feedback from js
let js_observer = JSObserver::new("js");
Expand Down

0 comments on commit 91357b8

Please sign in to comment.