Skip to content

Commit

Permalink
Update crates/exex/src/serde.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Walter <[email protected]>
  • Loading branch information
tcoratger and ClementWalter authored Oct 23, 2024
1 parent 0303b7a commit a94e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/exex/src/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,12 @@ mod tests {
assert_eq!(
result,
HashMap::from_iter([
("bitwise_ptr".to_string(), Some(Relocatable { segment_index: 10, offset: 11 })),
("output_ptr".to_string(), None),
(
"range_check_ptr".to_string(),
Some(Relocatable { segment_index: 10, offset: 11 })
),
("bitwise_ptr".to_string(), Some(Relocatable { segment_index: 10, offset: 11 })),
])
);
}
Expand Down

0 comments on commit a94e7b3

Please sign in to comment.