mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
corrected wording in some btest comments
This commit is contained in:
parent
f912ac06ff
commit
8640430920
3 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue