Skip to content

Commit 60014a8

Browse files
committed
test(tfhe-worker): cap event operator coverage at uint64
1 parent ac389e1 commit 60014a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

coprocessor/fhevm-engine/tfhe-worker/src/tests/operators_from_events.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ use super::utils::default_dependence_cache_size;
2222
pub fn supported_types() -> &'static [i32] {
2323
&[
2424
0, // bool
25-
8, // 256 bit
25+
1, // 4 bit
26+
2, // 8 bit
27+
3, // 16 bit
28+
4, // 32 bit
29+
5, // 64 bit
2630
]
2731
}
2832

0 commit comments

Comments
 (0)