mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Return an error if redef'ing a variable without redef attribute
This commit is contained in:
parent
86c316ddfc
commit
00e111135b
4 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/redef-global-function.zeek, line 22 and <command line>, line 1: cannot redefine a variable not marked with &redef (funca)
|
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
func2()
|
Loading…
Add table
Add a link
Reference in a new issue