Update expected stylo sizes for rust-lang/rust#45225.

This commit is contained in:
Eduard-Mihai Burtescu 2017-11-19 11:35:28 +02:00
parent 60dca9cc44
commit 6031de9a39
3 changed files with 2 additions and 5 deletions

View file

@ -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);