mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
testing/btest: Fix double commented @TEST- lines
sed -i 's/^# # @/# @/g'
This commit is contained in:
parent
e986caddf0
commit
0e327a0c12
21 changed files with 54 additions and 54 deletions
|
@ -45,7 +45,7 @@ redef record M::Info$no_such_field -= { &log };
|
|||
# This isn't reported very nicely: It's a syntax error rather than an unknown attribute
|
||||
redef record M::Info$ts += { &unknown };
|
||||
|
||||
# # @TEST-START-FILE setup.zeek
|
||||
# @TEST-START-FILE setup.zeek
|
||||
module M;
|
||||
export {
|
||||
type ErrCode: enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue