diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-07-16 19:34:22 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-07-16 19:44:19 +0200 |
commit | fde93a60fe020f12908dc37b624b87f13d12244f (patch) | |
tree | 397a665b1dc3c9785068c56006c82899d4732aa6 /tests/unit/style/lib.rs | |
parent | 96e812e732d2d874eeaddeab3d50cbd6bf7c2751 (diff) | |
download | servo-fde93a60fe020f12908dc37b624b87f13d12244f.tar.gz servo-fde93a60fe020f12908dc37b624b87f13d12244f.zip |
style: Fix build and unit tests.
Diffstat (limited to 'tests/unit/style/lib.rs')
-rw-r--r-- | tests/unit/style/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs index faa15845195..f9fe10dbaae 100644 --- a/tests/unit/style/lib.rs +++ b/tests/unit/style/lib.rs @@ -25,7 +25,6 @@ extern crate test; mod animated_properties; mod attr; mod custom_properties; -mod keyframes; mod logical_geometry; mod parsing; mod properties; |