Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(test): Remove duplicate brillig tests #6523

Merged
merged 12 commits into from
Nov 18, 2024
7 changes: 7 additions & 0 deletions test_programs/execution_success/assert/src/main.nr
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
fn main(x: Field) {
assert(x == 1);
assert(1 == conditional(x as bool));
}

fn conditional(x: bool) -> Field {
assert(x, f"Expected x to be true but got {x}");
assert_eq(x, true, f"Expected x to be true but got {x}");
1
}

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions test_programs/execution_success/brillig_array_to_slice/src/main.nr

This file was deleted.

6 changes: 0 additions & 6 deletions test_programs/execution_success/brillig_assert/Nargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion test_programs/execution_success/brillig_assert/Prover.toml

This file was deleted.

14 changes: 0 additions & 14 deletions test_programs/execution_success/brillig_assert/src/main.nr

This file was deleted.

7 changes: 0 additions & 7 deletions test_programs/execution_success/brillig_blake3/Nargo.toml

This file was deleted.

37 changes: 0 additions & 37 deletions test_programs/execution_success/brillig_blake3/Prover.toml

This file was deleted.

4 changes: 0 additions & 4 deletions test_programs/execution_success/brillig_blake3/src/main.nr

This file was deleted.

This file was deleted.

169 changes: 0 additions & 169 deletions test_programs/execution_success/brillig_ecdsa_secp256k1/Prover.toml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions test_programs/execution_success/brillig_hash_to_field/src/main.nr

This file was deleted.

6 changes: 0 additions & 6 deletions test_programs/execution_success/brillig_keccak/Nargo.toml

This file was deleted.

Loading
Loading