Add vector to read_config_cluster test.

It works now after fixing the vector-any-UnaryExpr Bro bug.
This commit is contained in:
Johanna Amann 2018-07-20 13:41:44 -07:00
parent 12add53131
commit f3d4ba51af
4 changed files with 20 additions and 17 deletions

View file

@ -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()