Skip to content

Commit

Permalink
TMP: Change fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Feb 29, 2024
1 parent d17a7d7 commit feb75f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/empty_fuzz_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
#include <cstdint>

extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
return 0;
return 0 + 0;
}

0 comments on commit feb75f4

Please sign in to comment.