mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
|
@ -1,20 +0,0 @@
|
|||
# @TEST-EXEC: bro -b %INPUT 2>&1 >out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
|
||||
type Outer: record {
|
||||
id: count &optional;
|
||||
};
|
||||
|
||||
type Inner: record {
|
||||
create: function(input: Outer) : string;
|
||||
};
|
||||
|
||||
redef record Outer += {
|
||||
inner: Inner &optional;
|
||||
};
|
||||
|
||||
event bro_init() {
|
||||
local o = Outer();
|
||||
print o;
|
||||
print type_name(o);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue