8000 Update Modules/_xxtestfuzz/README.rst · python/cpython@6c787db · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c787db

Browse files
sobolevnillia-v
andauthored
Update Modules/_xxtestfuzz/README.rst
Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
1 parent f98e567 commit 6c787db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_xxtestfuzz/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the test name on a new line in ``fuzz_tests.txt``.
2323

2424
In ``fuzzer.c``, add a function to be run::
2525

26-
int $fuzz_test_name (const char* data, size_t size) {
26+
static int $fuzz_test_name(const char* data, size_t size) {
2727
...
2828
return 0;
2929
}

0 commit comments

Comments
 (0)
0