From 73f229d3123301818262439a2a98767146a1a58c Mon Sep 17 00:00:00 2001 From: kevaundray Date: Wed, 11 Oct 2023 23:59:07 +0100 Subject: [PATCH] chore: change acir_tests branch to point to master (#2815) --- barretenberg/acir_tests/run_acir_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/acir_tests/run_acir_tests.sh b/barretenberg/acir_tests/run_acir_tests.sh index f1c67b3e043..d7f5a73aa7d 100755 --- a/barretenberg/acir_tests/run_acir_tests.sh +++ b/barretenberg/acir_tests/run_acir_tests.sh @@ -7,7 +7,7 @@ set -eu BIN=${BIN:-../cpp/build/bin/bb} FLOW=${FLOW:-prove_and_verify} CRS_PATH=~/.bb-crs -BRANCH="tf/borrowed-acir" +BRANCH="master" VERBOSE=${VERBOSE:-} NAMED_TEST=${1:-}