From d62f5bb99858afb8844c7028022498fb494b58fc Mon Sep 17 00:00:00 2001 From: kevaundray Date: Mon, 4 Sep 2023 18:27:51 +0000 Subject: [PATCH] add back double verify proof to test suite --- circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh index b75ec2b53b43..66a610e6a247 100755 --- a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh +++ b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh @@ -29,7 +29,7 @@ fi cd acir_tests # Convert them to array -skip_array=(diamond_deps_0 workspace workspace_default_member double_verify_proof) +skip_array=(diamond_deps_0 workspace workspace_default_member) function test() { echo -n "Testing $1... "