Skip to content

Commit 8bee3c7

Browse files
committed
fix: Remove commented-out modulus! macro invocation in tests
1 parent 8935673 commit 8bee3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convolution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ mod tests {
536536
const M1M3: u64 = M1 * M3;
537537
const M1M2: u64 = M1 * M2;
538538

539-
modulus!(M1, M2, M3);
539+
// modulus!(M1, M2, M3);
540540

541541
for i in -1000..=1000 {
542542
let a = vec![0u64.wrapping_sub(M1M2 + M1M3 + M2M3) as i64 + i];

0 commit comments

Comments
 (0)