"add" and "delete" are now expressions rather than statements

This commit is contained in:
Vern Paxson 2024-05-16 14:34:51 -07:00 committed by Tim Wojtulewicz
parent e9a0a50da5
commit 0e5bece385
5 changed files with 138 additions and 42 deletions

View file

@ -1,2 +1,2 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
error in <...>/wrong-delete-field.zeek, line 10: illegal delete statement (delete x$a)
error in <...>/wrong-delete-field.zeek, line 10: illegal delete expression (delete x$a)