Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Oct 9, 2024
1 parent 1b418f4 commit 243e09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/src/modular_v2/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ fn test_modular_add() {
// The write of result r is done in the chip.
let ptr_as = 1;
let addr_ptr1 = 0;
let addr_ptr2 = 10;
let addr_ptr3 = 20;
let addr_ptr2 = 12;
let addr_ptr3 = 24;

let data_as = 2;
let address1 = 0;
Expand Down

0 comments on commit 243e09d

Please sign in to comment.