Skip to content

Commit

Permalink
jq_fuzz_execute: cleanup un-needed extern
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored and emanuele6 committed Nov 30, 2023
1 parent 252ab24 commit bfb7fd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/jq_fuzz_execute.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#include <fuzzer/FuzzedDataProvider.h>
#include <string>

extern "C" {
#include "jq.h"
#include "jv.h"
}

// Fuzzer inspired by /src/jq_test.c
// The goal is to have the fuzzer execute the functions:
Expand Down

0 comments on commit bfb7fd5

Please sign in to comment.