docs: fix function names in fuzzing test documentation
Signed-off-by: Jiongchi Yu <jcyu.2022@phdcs.smu.edu.sg>
This commit is contained in:
parent
6ed24c88ed
commit
904a87d26d
@ -395,8 +395,8 @@ func doFuzz(data []byte, shouldTearDown bool) int {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
// FuzzCreateContainerNoTearDown() implements a fuzzer
|
// FuzzNoTearDownWithDownload() implements a fuzzer
|
||||||
// similar to FuzzCreateContainerWithTearDown() and
|
// similar to FuzzCreateContainerNoTearDown() and
|
||||||
// FuzzCreateContainerWithTearDown(), but it takes a
|
// FuzzCreateContainerWithTearDown(), but it takes a
|
||||||
// different approach to the initialization. Where
|
// different approach to the initialization. Where
|
||||||
// the other 2 fuzzers depend on the containerd binaries
|
// the other 2 fuzzers depend on the containerd binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user