Skip to content

Commit

Permalink
reinstate Ultra arith rec verifier test
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Jan 8, 2024
1 parent 0dfc32f commit a583e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ template <typename BuilderType> class GoblinRecursiveVerifierTest : public testi
};

// Run the recursive verifier tests with conventional Ultra builder and Goblin builder
using BuilderTypes = testing::Types<GoblinUltraCircuitBuilder>;
using BuilderTypes = testing::Types<UltraCircuitBuilder, GoblinUltraCircuitBuilder>;

TYPED_TEST_SUITE(GoblinRecursiveVerifierTest, BuilderTypes);

Expand Down

0 comments on commit a583e7f

Please sign in to comment.