Skip to content

Commit

Permalink
Update crates/nargo_cli/tests/execution_success/regression/src/main.nr
Browse files Browse the repository at this point in the history
Co-authored-by: jfecher <[email protected]>
  • Loading branch information
vezenovm and jfecher authored Aug 15, 2023
1 parent ef10232 commit 8d535eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fn main(x: [u8; 5], z: Field)
//Issue 1144
let (nib, len) = compact_decode(x,z);
assert(len == 5);
// dep::std::println(nib);
assert([nib[0], nib[1], nib[2], nib[3], nib[4]] == [15, 1, 12, 11, 8]);

// Issue 1169
Expand Down

0 comments on commit 8d535eb

Please sign in to comment.