From 423975bf3d993494ad8dc298a6ddc61350c56631 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 16 Jan 2024 12:04:09 +0000 Subject: [PATCH] chore: reenable tests --- acvm-repo/acvm/tests/solver.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acvm-repo/acvm/tests/solver.rs b/acvm-repo/acvm/tests/solver.rs index 4a4b75df146..486e04d5bf1 100644 --- a/acvm-repo/acvm/tests/solver.rs +++ b/acvm-repo/acvm/tests/solver.rs @@ -17,7 +17,6 @@ use acvm_blackbox_solver::StubbedBlackBoxSolver; // Reenable these test cases once we move the brillig implementation of inversion down into the acvm stdlib. #[test] -#[ignore] fn inversion_brillig_oracle_equivalence() { // Opcodes below describe the following: // fn main(x : Field, y : pub Field) { @@ -126,7 +125,6 @@ fn inversion_brillig_oracle_equivalence() { } #[test] -#[ignore] fn double_inversion_brillig_oracle() { // Opcodes below describe the following: // fn main(x : Field, y : pub Field) { @@ -453,6 +451,7 @@ fn brillig_oracle_predicate() { // ACVM should be able to be finalized in `Solved` state. acvm.finalize(); } + #[test] fn unsatisfied_opcode_resolved() { let a = Witness(0);