run signed_remainder test in differential mode (#75)

This commit is contained in:
Cyrill Leutwiler
2024-10-10 19:26:04 +02:00
committed by GitHub
parent d5d419cefc
commit 705d1d7866
+2
View File
@@ -230,6 +230,8 @@ fn signed_remainder() {
data: Contract::division_arithmetics_smod(n, d).calldata,
})
}
run_differential(actions);
}
/*