Skip to content

Commit

Permalink
[clang-fuzzer] Update proto fuzzer example for r375453.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375487 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Oct 22, 2019
1 parent 7e03c67 commit 25e98e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ using namespace clang_fuzzer;

DEFINE_BINARY_PROTO_FUZZER(const Function& input) {
auto S = FunctionToString(input);
HandleCXX(S, GetCLArgs());
HandleCXX(S, "./test.cc", GetCLArgs());
}

0 comments on commit 25e98e8

Please sign in to comment.