mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Make break/next/continue outside loops an error (6.1 deprecation)
This commit is contained in:
parent
9a79b98a1e
commit
0110c15ee2
11 changed files with 15 additions and 17 deletions
|
@ -1,2 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
warning in <...>/next-break-context-errors.zeek, line 3: next statement used outside of for or while statement. With v6.1 this will become an error.
|
||||
error in <...>/next-break-context-errors.zeek, line 3: next statement used outside of for or while statement. (next )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue