Skip to content

Commit

Permalink
chore(test): Remove duplicate brillig tests (#6523)
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh authored Nov 18, 2024
1 parent 4cd0c1e commit 245f50d
Show file tree
Hide file tree
Showing 36 changed files with 19 additions and 726 deletions.
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

0 comments on commit 245f50d

Please sign in to comment.