fix stdlib test
This commit is contained in:
parent
333adeb3ed
commit
ae92e99568
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ type Val = String;
|
||||||
|
|
||||||
impl From<ir::ExecutionResult<FieldPrime>> for ComparableResult {
|
impl From<ir::ExecutionResult<FieldPrime>> for ComparableResult {
|
||||||
fn from(r: ir::ExecutionResult<FieldPrime>) -> ComparableResult {
|
fn from(r: ir::ExecutionResult<FieldPrime>) -> ComparableResult {
|
||||||
ComparableResult(r.map(|v| v.return_values().iter().map(|&x| x.clone()).collect()))
|
ComparableResult(r.map(|v| v.return_values()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue