File tree Expand file tree Collapse file tree
barretenberg/cpp/src/barretenberg/vm2/constraining/relations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1183,7 +1183,7 @@ TEST(EccAddMemoryConstrainingTest, EccAddMemoryInvalidDstRange)
11831183
11841184 StrictMock<MockExecutionIdManager> execution_id_manager;
11851185 EXPECT_CALL (execution_id_manager, get_execution_id)
1186- .WillRepeatedly (Return (0 )); // Use a fixed execution IDfor the test
1186+ .WillRepeatedly (Return (0 )); // Use a fixed execution ID for the test
11871187 PureGreaterThan gt;
11881188 PureToRadix to_radix_simulator = PureToRadix ();
11891189
@@ -1194,7 +1194,7 @@ TEST(EccAddMemoryConstrainingTest, EccAddMemoryInvalidDstRange)
11941194 scalar_mul_event_emitter,
11951195 ecc_add_memory_event_emitter);
11961196
1197- uint32_t dst_address = AVM_HIGHEST_MEM_ADDRESS - 1 ; // Invalid address, will result in out of range error
1197+ uint32_t dst_address = AVM_HIGHEST_MEM_ADDRESS; // Invalid address, will result in out of range error
11981198 // Set the execution and gt traces
11991199 TestTraceContainer trace = TestTraceContainer ({
12001200 // Row 0
You can’t perform that action at this time.
0 commit comments