diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/servo/Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 045b54da226..f8d3fa3aa3e 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -27,11 +27,6 @@ harness = false [dependencies.png] git = "https://github.com/servo/rust-png" -[[test]] -name = "contenttest" -path = "../../tests/contenttest.rs" -harness = false - [features] default = ["glutin_app", "window"] window = ["glutin_app/window"] |