Fix import

This commit is contained in:
Robin Salen 2023-07-16 11:21:56 -04:00
parent 4893a86001
commit 04657d246b
No known key found for this signature in database
GPG Key ID: FB87BACFB3CB2007

View File

@ -505,7 +505,7 @@ mod tests {
use crate::goldilocks_field::GoldilocksField; use crate::goldilocks_field::GoldilocksField;
use crate::ops::Square; use crate::ops::Square;
use crate::packed::PackedField; use crate::packed::PackedField;
use crate::types::Field64; use crate::types::Field;
fn test_vals_a() -> [GoldilocksField; 4] { fn test_vals_a() -> [GoldilocksField; 4] {
[ [