mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add conversion between set and vector using 'as' keyword
This commit is contained in:
parent
59f7b26b51
commit
af9e852c28
8 changed files with 157 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/vector-set-conversions-errors.zeek, line 8: cast not supported (v1 as set[addr])
|
||||
error in <...>/vector-set-conversions-errors.zeek, line 15: cast not supported (s2 as vector of addr)
|
||||
error in <...>/vector-set-conversions-errors.zeek, line 22: cast not supported (s3 as vector of port)
|
|
@ -0,0 +1 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
Loading…
Add table
Add a link
Reference in a new issue