mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
13 lines
395 B
Text
13 lines
395 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
f, lambda_<10820400278317158366>: function() : void
|
|
{
|
|
assert 0 < getpid(), fmt("my pid is funny: %s", getpid());
|
|
}
|
|
g, lambda_<16208386833253569415>: function() : void
|
|
{
|
|
assert to_count("42", 10) == 42;
|
|
}
|
|
test_function, test_function: function() : void
|
|
{
|
|
assert 0 < getpid();
|
|
}
|