Skip to content

Commit 77d7849

Browse files
authored
fix: convolution test deadcode (#177)
* fix: Remove commented-out `modulus!` macro invocation in tests * fix: Remove commented-out `modulus!` macro invocation in tests
1 parent 8935673 commit 77d7849

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/convolution.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,6 @@ mod tests {
536536
const M1M3: u64 = M1 * M3;
537537
const M1M2: u64 = M1 * M2;
538538

539-
modulus!(M1, M2, M3);
540-
541539
for i in -1000..=1000 {
542540
let a = vec![0u64.wrapping_sub(M1M2 + M1M3 + M2M3) as i64 + i];
543541
let b = vec![1];

0 commit comments

Comments
 (0)