mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00

* origin/topic/vern/no-opt:
BTests & baselines for testing selective skipping of script optimization
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
(cherry picked from commit 69b7bcc323
)
9 lines
240 B
Text
9 lines
240 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
always: function() : void
|
|
compiled-C++
|
|
no_ZAM: function() : void
|
|
compiled-C++
|
|
no_CPP: function() : void
|
|
{
|
|
print no CPP;
|
|
}
|