1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

remove remaining flag in test

This commit is contained in:
schaeff 2018-10-28 22:02:18 +01:00
parent e57efe2910
commit 0964d20852

View file

@ -587,7 +587,7 @@ mod tests {
let location = path.parent().unwrap().to_path_buf().into_os_string().into_string().unwrap();
let program_flattened: FlatProg<FieldPrime> =
compile(&mut reader, Some(location), Some(fs_resolve), true).unwrap();
compile(&mut reader, Some(location), Some(fs_resolve)).unwrap();
let (..) = r1cs_program(&program_flattened);
}