Box DeclaredValue::WithVariables

This commit is contained in:
Nazım Can Altınova 2017-02-09 03:23:50 +03:00 committed by Simon Sapin
parent 43731c5757
commit adb6d20293
6 changed files with 53 additions and 44 deletions

View file

@ -7,7 +7,7 @@ use style::properties::{PropertyDeclaration, specified_value_sizes};
#[test]
fn size_of_property_declaration() {
let old = 72;
let old = 48;
let new = size_of::<PropertyDeclaration>();
if new < old {
panic!("Your changes have decreased the stack size of PropertyDeclaration enum from {} to {}. \