mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

including two hooks called assertion_failure() and assertion_result() for customization and tracking of assertion results.
13 lines
331 B
Text
13 lines
331 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
f, lambda_<505728364269398358>
|
|
{
|
|
assert 0 < getpid(), fmt("my pid is funny: %s", getpid());
|
|
}
|
|
g, lambda_<8496146571423528161>
|
|
{
|
|
assert to_count("42") == 42;
|
|
}
|
|
test_function, test_function
|
|
{
|
|
assert 0 < getpid();
|
|
}
|