mirror swap test in asg

This commit is contained in:
collin 2021-02-01 14:50:08 -08:00 committed by Protryon
parent ca549258b8
commit 90ee77cad5

View File

@ -149,6 +149,7 @@ fn test_function_input_mut() {
} }
#[test] #[test]
#[ignore]
fn test_swap() { fn test_swap() {
let program_string = include_str!("swap.leo"); let program_string = include_str!("swap.leo");
let program = parse_program(program_string).unwrap(); let program = parse_program(program_string).unwrap();