Skip to content

Commit

Permalink
fix fuzzer compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Mar 1, 2017
1 parent f1fc39d commit 80ba6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzz/fuzzers/header.rs
Expand Up @@ -2,7 +2,7 @@
extern crate libfuzzer_sys;
extern crate flavors;

use flavors::header;
use flavors::parser::header;

#[export_name="rust_fuzzer_test_input"]
pub extern fn go(data: &[u8]) {
Expand Down
2 changes: 1 addition & 1 deletion fuzz/fuzzers/tag.rs
Expand Up @@ -2,7 +2,7 @@
extern crate libfuzzer_sys;
extern crate flavors;

use flavors::complete_tag;
use flavors::parser::complete_tag;

#[export_name="rust_fuzzer_test_input"]
pub extern fn go(data: &[u8]) {
Expand Down

0 comments on commit 80ba6f0

Please sign in to comment.