Skip to content

Commit

Permalink
chore: change acir_tests branch to point to master (#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Oct 11, 2023
1 parent ea86869 commit 73f229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/acir_tests/run_acir_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}

Expand Down

0 comments on commit 73f229d

Please sign in to comment.