mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
BTests & baselines for testing selective skipping of script optimization
This commit is contained in:
parent
441baaf2c1
commit
dc7f4dca1c
27 changed files with 246 additions and 10 deletions
9
testing/btest/Baseline.cpp/language.skip-opt1/out
Normal file
9
testing/btest/Baseline.cpp/language.skip-opt1/out
Normal file
|
@ -0,0 +1,9 @@
|
|||
### 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue