Skip to content

Commit 55c3799

Browse files
committed
fix(bb): push missing q_5 in QArith3Gate test to unbreak nightly debug build
1 parent 2b1d9cf commit 55c3799

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

barretenberg/cpp/src/barretenberg/circuit_checker/ultra_circuit_builder_arithmetic.test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ TEST_F(UltraCircuitBuilderArithmetic, QArith3Gate)
549549
builder.blocks.arithmetic.q_2().emplace_back(q_2);
550550
builder.blocks.arithmetic.q_3().emplace_back(q_3);
551551
builder.blocks.arithmetic.q_4().emplace_back(q_4);
552+
builder.blocks.arithmetic.q_5().emplace_back(0);
552553
builder.blocks.arithmetic.q_c().emplace_back(q_c);
553554
builder.blocks.arithmetic.set_gate_selector(3);
554555
builder.check_selector_length_consistency();
@@ -561,6 +562,7 @@ TEST_F(UltraCircuitBuilderArithmetic, QArith3Gate)
561562
builder.blocks.arithmetic.q_2().emplace_back(0);
562563
builder.blocks.arithmetic.q_3().emplace_back(0);
563564
builder.blocks.arithmetic.q_4().emplace_back(0);
565+
builder.blocks.arithmetic.q_5().emplace_back(0);
564566
builder.blocks.arithmetic.q_c().emplace_back(0);
565567
builder.blocks.arithmetic.set_gate_selector(1);
566568
builder.check_selector_length_consistency();

0 commit comments

Comments
 (0)