зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Fix a warning in a test.
This commit is contained in:
Родитель
0bb1749356
Коммит
77c4b9ea02
|
@ -2,12 +2,12 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use style;
|
||||
|
||||
#[cfg(all(test, target_pointer_width = "64"))]
|
||||
#[test]
|
||||
fn size_of_specified_values() {
|
||||
use style;
|
||||
use std::mem::size_of;
|
||||
|
||||
let threshold = 24;
|
||||
|
||||
let mut bad_properties = vec![];
|
||||
|
|
Загрузка…
Ссылка в новой задаче