mirror of
https://github.com/servo/servo.git
synced 2025-09-07 21:48:21 +01:00
Update expected stylo sizes for rust-lang/rust#45225.
This commit is contained in:
parent
60dca9cc44
commit
6031de9a39
3 changed files with 2 additions and 5 deletions
|
@ -57,5 +57,5 @@ size_of_test!(test_size_of_specified_image, specified::image::Image, 40);
|
|||
|
||||
// FIXME(bz): These can shrink if we move the None_ value inside the
|
||||
// enum instead of paying an extra word for the Either discriminant.
|
||||
size_of_test!(test_size_of_computed_image_layer, computed::image::ImageLayer, 48);
|
||||
size_of_test!(test_size_of_specified_image_layer, specified::image::ImageLayer, 48);
|
||||
size_of_test!(test_size_of_computed_image_layer, computed::image::ImageLayer, 40);
|
||||
size_of_test!(test_size_of_specified_image_layer, specified::image::ImageLayer, 40);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue