diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-09-21 00:47:13 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-09-23 17:37:28 +0530 |
commit | 5b866e9e4616c63c99ef5c945d3fbaf429b1b460 (patch) | |
tree | c6226c89a8ba9171e2d3a37c20b23902c8fc3919 /components/plugins/lib.rs | |
parent | 2a4f9fd8a33734811acdb6d69d4f479f91527d6e (diff) | |
download | servo-5b866e9e4616c63c99ef5c945d3fbaf429b1b460.tar.gz servo-5b866e9e4616c63c99ef5c945d3fbaf429b1b460.zip |
Fix CEF
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index d85b167e5d7..3247ad383ed 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -20,8 +20,6 @@ use rustc::plugin::Registry; mod lints; mod macros; -#[cfg(test)] -mod tests; #[plugin_registrar] |