Skip to content

Commit

Permalink
Enable test_expected_size test to catch divergence on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
jayz22 committed Aug 1, 2023
1 parent 4bccd21 commit aeeb92f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soroban-env-host/src/host/declared_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ mod test {
// This section is for outputting the actual size of types. They are for informational use.
// They might become outdated due to Rust type changes, and numbers may differ between
// platforms. Run `UPDATE_EXPECT=true cargo test` to update this.
#[ignore]
#[test]
fn test_expected_size() {
use expect_test::expect;
Expand Down

0 comments on commit aeeb92f

Please sign in to comment.