mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-11 16:10:09 +03:00
fix conflict
This commit is contained in:
parent
29711ff041
commit
cc82fc7722
@ -133,5 +133,5 @@ fn test_circuit_explicit_define() {
|
|||||||
let x: One = One {x: 5};
|
let x: One = One {x: 5};
|
||||||
}
|
}
|
||||||
"#;
|
"#;
|
||||||
load_asg(program_string).unwrap();
|
load_asg(&new_context(), program_string).unwrap();
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ fn test_add_explicit() {
|
|||||||
let c: field = 0field + 1field;
|
let c: field = 0field + 1field;
|
||||||
}
|
}
|
||||||
"#;
|
"#;
|
||||||
load_asg(program_string).unwrap();
|
load_asg(&new_context(), program_string).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
@ -113,7 +113,7 @@ fn test_add_explicit() {
|
|||||||
let c: group = 0group + 1group;
|
let c: group = 0group + 1group;
|
||||||
}
|
}
|
||||||
"#;
|
"#;
|
||||||
load_asg(program_string).unwrap();
|
load_asg(&new_context(), program_string).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user