Skip to content

Commit

Permalink
chore: Update acir_tests script to point to master (#2650)
Browse files Browse the repository at this point in the history
Reference this PR for more info:
noir-lang/noir#2965

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [X] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [X] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
vezenovm authored and Maddiaa0 committed Oct 5, 2023
1 parent 778ee51 commit 9c2bb93
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=mv/recursion-script
BRANCH=master
VERBOSE=${VERBOSE:-}
NAMED_TEST=${1:-}

Expand Down

0 comments on commit 9c2bb93

Please sign in to comment.