aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-09-21 00:47:13 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-09-23 17:37:28 +0530
commit5b866e9e4616c63c99ef5c945d3fbaf429b1b460 (patch)
treec6226c89a8ba9171e2d3a37c20b23902c8fc3919 /components/plugins/lib.rs
parent2a4f9fd8a33734811acdb6d69d4f479f91527d6e (diff)
downloadservo-5b866e9e4616c63c99ef5c945d3fbaf429b1b460.tar.gz
servo-5b866e9e4616c63c99ef5c945d3fbaf429b1b460.zip
Fix CEF
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r--components/plugins/lib.rs2
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]