From aeeb92f8f5f7c2c011000b767b0765a9e6391c46 Mon Sep 17 00:00:00 2001 From: Jay Geng Date: Tue, 1 Aug 2023 15:23:55 -0400 Subject: [PATCH] Enable `test_expected_size` test to catch divergence on x86 --- soroban-env-host/src/host/declared_size.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/soroban-env-host/src/host/declared_size.rs b/soroban-env-host/src/host/declared_size.rs index 60ce2f320..408d1ce40 100644 --- a/soroban-env-host/src/host/declared_size.rs +++ b/soroban-env-host/src/host/declared_size.rs @@ -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;