mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix language/assert btest baselines for to_count/to_int changes
This commit is contained in:
parent
eb015801bd
commit
6de81160b6
3 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/assert.zeek, line 3: assertion failure: (coerce to_count("42") to double) == 42.5 (always failing)
|
||||
error in <...>/assert.zeek, line 3: assertion failure: (coerce to_count("42", 10) to double) == 42.5 (always failing)
|
||||
fatal error: errors occurred while initializing
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
assertion_failure, to_count("5") == 4, 5 is not 4
|
||||
assertion_failure, to_count("5", 10) == 4, 5 is not 4
|
||||
assert <...>/assert-hook.zeek:21
|
||||
zeek_init <none>:0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### 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
|
||||
ZAM-code lambda_<10820400278317158366>
|
||||
g, lambda_<9730512750166342063>: function() : void
|
||||
ZAM-code lambda_<9730512750166342063>
|
||||
g, lambda_<16208386833253569415>: function() : void
|
||||
ZAM-code lambda_<16208386833253569415>
|
||||
test_function, test_function: function() : void
|
||||
ZAM-code test_function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue