mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
BTest baseline updates for -O gen-C++ - all minor tweaks
This commit is contained in:
parent
1b4bc72802
commit
77bb32ff78
18 changed files with 58 additions and 55 deletions
|
@ -1,6 +1,6 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/make_event.zeek (C++), line 30: not enough arguments (<___>testing_btest__tmp_cluster_generic_make_event_make_event_zeek__zeek_init__39__zf: function() : void())
|
||||
error in <...>/make_event.zeek (C++), line 35: got non-event type 'string' (<___>testing_btest__tmp_cluster_generic_make_event_make_event_zeek__zeek_init__40__zf: function() : void())
|
||||
error in <...>/make_event.zeek (C++), line 30: not enough arguments (<___>testing_btest__tmp_cluster_generic_make_event_make_event_zeek__zeek_init__38__zf: function() : void())
|
||||
error in <...>/make_event.zeek (C++), line 35: got non-event type 'string' (<___>testing_btest__tmp_cluster_generic_make_event_make_event_zeek__zeek_init__39__zf: function() : void())
|
||||
error in <...>/make_event.zeek (C++), line 40: unexpected function type for test_fun: function
|
||||
error in <...>/make_event.zeek (C++), line 45: unexpected function type for test_hook: hook
|
||||
error in <...>/make_event.zeek (C++), line 50: bad number of arguments for test_event2: got 0, expect 1
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
event(), []
|
||||
event(s:string), [abc]
|
Loading…
Add table
Add a link
Reference in a new issue