Bump auxil/spicy to latest development snapshot

This commit is contained in:
Benjamin Bannier 2024-12-20 07:36:07 +01:00 committed by Tim Wojtulewicz
parent 3a0bb55244
commit 4278ab2b04
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit d59f2458a480d5bd5d66810aa77f1918e94bb244
Subproject commit 4c2cd8c3d7dbff98c95bf69824ed642ae40b1ecd

View file

@ -1,7 +1,7 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
== spicyz
::hilti::rt::print(std::string("have zeek"), ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("have spicy version"), ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("have spicy version >= 0.4"), ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("not have spicy version >= 4"), ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("have zeek and zeek version > 1.0"), ::hilti::rt::Bool(true));
::hilti::rt::print("have zeek"s, ::hilti::rt::Bool(true));
::hilti::rt::print("have spicy version"s, ::hilti::rt::Bool(true));
::hilti::rt::print("have spicy version >= 0.4"s, ::hilti::rt::Bool(true));
::hilti::rt::print("not have spicy version >= 4"s, ::hilti::rt::Bool(true));
::hilti::rt::print("have zeek and zeek version > 1.0"s, ::hilti::rt::Bool(true));