about summary refs log tree commit diff
path: root/src/libstd/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/ops.rs')
-rw-r--r--src/libstd/ops.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/ops.rs b/src/libstd/ops.rs
index a15ce4f0102..ac329e6fe83 100644
--- a/src/libstd/ops.rs
+++ b/src/libstd/ops.rs
@@ -466,8 +466,8 @@ pub trait Index<Index,Result> {
 
 #[cfg(test)]
 mod bench {
-
-    use extra::test::BenchHarness;
+    extern crate test;
+    use self::test::BenchHarness;
     use ops::Drop;
 
     // Overhead of dtors