mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Add vector to read_config_cluster test.
It works now after fixing the vector-any-UnaryExpr Bro bug.
This commit is contained in:
parent
12add53131
commit
f3d4ba51af
4 changed files with 20 additions and 17 deletions
|
@ -52,7 +52,7 @@ export {
|
|||
option teststring = "a";
|
||||
option test_set: set[string] = {};
|
||||
option test_set_full: set[count] = {1, 2, 3, 7, 10, 15};
|
||||
#option test_vector: vector of count = {};
|
||||
option test_vector: vector of count = {};
|
||||
}
|
||||
|
||||
event bro_init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue