remove remaining flag in test
This commit is contained in:
parent
e57efe2910
commit
0964d20852
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue