From 90ee77cad50ab6bbf8afd80a1a57a6f349d9ac1f Mon Sep 17 00:00:00 2001 From: collin Date: Mon, 1 Feb 2021 14:50:08 -0800 Subject: [PATCH] mirror swap test in asg --- compiler/tests/mutability/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests/mutability/mod.rs b/compiler/tests/mutability/mod.rs index 6c1555c870..8acd3f9e51 100644 --- a/compiler/tests/mutability/mod.rs +++ b/compiler/tests/mutability/mod.rs @@ -149,6 +149,7 @@ fn test_function_input_mut() { } #[test] +#[ignore] fn test_swap() { let program_string = include_str!("swap.leo"); let program = parse_program(program_string).unwrap();