corrected wording in some btest comments

This commit is contained in:
Vern Paxson 2022-07-31 15:06:02 -07:00
parent f912ac06ff
commit 8640430920
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# @TEST-EXEC: zeek -b -O ZAM --optimize-func='my_test' %INPUT >output
# @TEST-EXEC: btest-diff output
# Tests that we can selectively a given function.
# Tests that we can selectively pick a given function.
function my_test()
{

View file

@ -1,7 +1,7 @@
# @TEST-EXEC: zeek -b -O ZAM --optimize-func='another_test' %INPUT >output
# @TEST-EXEC: btest-diff output
# Tests that we can selectively a bunch of functions (event handlers),
# Tests that we can selectively pick a bunch of functions (event handlers),
# but not every function.
function my_test()

View file

@ -1,7 +1,7 @@
# @TEST-EXEC: zeek -b -O ZAM --optimize-func='my_test' --optimize-func='another_test' %INPUT >output
# @TEST-EXEC: btest-diff output
# Tests that we can selectively a bunch of functions (event handlers),
# Tests that we can selectively pick a bunch of functions (event handlers),
# and also call out an additional function.
function my_test()